Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 909 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 909 Bytes

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.