gum-example-app
This is a reference example app built using @gumhq/react-sdk and Next.js.
You can find the GitHub Octernship Assignment information here
Getting Started
First, install the dependencies:
yarn install
Then, set the NEXT_PUBLIC_SOLANA_ENDPOINT environment variable to your Solana endpoint:
export NEXT_PUBLIC_SOLANA_ENDPOINT=https://your-solana-endpoint.com
Finally, run the development server:
yarn dev
Access the app at http://localhost:3000.
Documentation
Find all the information you need on the @gumhq/sdk in the documentation.
Important Note
This app requires a connection to the Devnet network. Don't forget to switch your wallet network to Devnet.