Skip to content

kodadot/fandom

Repository files navigation

Kodadot Fandom Shop

Built with Deno and Fresh, powered by Uniquery and deployed to the edge with Deno Deploy.

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

Develop locally

  • Clone the repository
  • Set up the CHAIN variable in the .env, follows .env.example.
  • Start the project in local mode:
    deno task start

Deploy to global

Sign in to dash.deno.com, create a new project, and then link to your clone repository version. Please ensure add CHAIN. variable:

Screen Shot 2