Geting Started with Swig TS SDK
“The beginning of wisdom is this, get wisdom and above all get knowledge” - Solomon
Welcome to the TypeScript SWIG SDK tutorial! This comprehensive guide will walk you through all the essential functions and features of the SWIG SDK, helping you understand how to integrate SWIG into your TypeScript applications.
examples/transfer/tutorial
folder.What You’ll Learn
In this tutorial, you’ll learn how to:
- Set up your development environment for SWIG
- Create and manage SWIGs
- Manage authorities and permissions
- Interact with SWIG’s core features
- Signing transactions with Swig
Time Commitment
This tutorial is designed to be completed in approximately 30 minutes. Each section builds upon the previous one, providing a clear progression through the SDK’s capabilities.
Tutorial Scope
This guide focuses on creating and managing SWIGs using regular Solana keypair authorities. While this covers the most common use cases, SWIG supports other authority types as well.
Tutorial Sections
Follow these tutorials in order for the best learning experience:
- Environment Setup - Set up your development environment
- Creating Your First SWIG - Learn how to create and initialize a SWIG
- Managing Authorities and Actions - Learn how to manage authorities and actions
- Signing Transactions - Learn how to sign transactions with Swig
Let’s get started with building your first SWIG!