Built with Next js, powered by Uniquery.
This app was built for showcasing Uniquery, KodaDot's GraphQL API, for querying data from the blockchain. It's a simple shop that uses Uniquery to fetch NFTs from the blockchain via the SubSquid indexer.
- Clone the repository
- Set up the
CHAINvariable in the.env,follows.env.example. - Set up the
COLLECTION_IDvariable in the.env,follows.env.example. - Start the project in local mode:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
