- Clone the repository:
git clone https://github.com/gumhq/sdk.git
- Install Lerna (if you haven't already):
npm install -g lerna
- Install dependencies and link packages:
cd sdk
npx lerna bootstrap
- Build the packages:
npx lerna run build
Name | Description | Version |
---|---|---|
@gumhq/sdk |
Typescript client to interact with Gum protocol. | |
@gumhq/react-sdk |
React Hooks for Gum protocol |
You can find the complete documentation for the Gum SDK at https://docs.gum.fun/
The Gum Quickstart is an excellent starting point for developers aiming to leverage Gum in their Next.js applications. This ready-to-use template not only expedites the setup process, but also includes functional examples and components to facilitate the creation of domain profiles, posts, and more. Check out the Gum Quickstart to get started.
Check out the example app that uses the Gum SDK to demonstrate its capabilities. The app is a simple React app that showcases the creation of a domain, profile, and posts.
We welcome contributions to improve the SDK. Please raise an issue or submit a pull request with any suggestions or bug fixes.
The Gum SDK is licensed under the GNU General Public License v3.0.
Join our Discord community at https://discord.gg/tCswbSK5W2 for any questions or support.