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
CHAIN
variable in the.env,
follows.env.example
. - Set up the
COLLECTION_ID
variable in the.env,
follows.env.example
. - Start the project in local mode:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.