Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 794 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 794 Bytes

Kodadot Fandom Shop

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.

Screen Shot

Screen Shot

Getting Started

  • 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.