SDK
Welcome
The Grams SDK is a powerful toolkit that simplifies the integration of Grams functionality into applications. It provides developers with a comprehensive set of tools, libraries, and APIs to interact with the Grams network, enabling the creation of secure and feature-rich decentralized applications (dApps).
This documentation serves as a guide to help you understand the capabilities of the Grams SDK and how to utilize its various components effectively. Whether you are a beginner or an experienced developer, this documentation will provide you with the necessary information to get started and build amazing applications on the Grams network.
Installation
To install the Grams SDK in your project, you can use your preferred package manager:
npm install grams-sdk
or
yarn add grams-sdk
Usage
Once you have installed the Grams SDK, you can start integrating Grams functionality into your application. The SDK provides a simple and intuitive API that allows you to interact with wallets, passports, organizations, collectibles, and more.
To help you get started quickly, we have provided a collection of example applications that demonstrate how to use the Grams SDK in different scenarios. These examples cover various use cases and showcase the capabilities of the SDK.
Explore the Examples to learn from real-world implementation samples.
API Reference
The API Reference provides detailed information about the classes, methods, and properties available in the Grams SDK. It serves as a comprehensive resource for understanding the functionality and behavior of the SDK components.
For the complete API Reference, visit the API Reference page.