An example UI for the monaco protocol built using the shyft graphQL API. Built using nextJS and the nextUI framework.
- To get started you will need an API key from shyft. Through shyft you can access their graphQL API and their RPC node. Add them to src/config/settings.ts to get connected.
- You then need to set the API key as an env variable
export NEXT_PUBLIC_SHYFT_API_KEY=<API_KEY
.
To run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.