GitXplorerGitXplorer
p

polkadot-fandom-page

public
3 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
811855744118775f726bac35ee9929b74a8469ae

changing readme

ppoppyseedDev committed 2 years ago
Unverified
7c954cf217a8e383c16525c4af1f621016ca6e21

changed sanitize uri, changed ipfs gateway

ppoppyseedDev committed 2 years ago
Unverified
8274132d79f42967e992710951b27bd61dd111ac

removing env var

ppoppyseedDev committed 2 years ago
Unverified
e34c834d7bcc379e06c47cd5c82172a17243af25

trying without Prefix

ppoppyseedDev committed 2 years ago
Unverified
a85dac80de1bdfc420982931ced211ec32f4e0e7

changing img to imgage

ppoppyseedDev committed 2 years ago
Unverified
e5251235615c626955d6afafd69caa8a15dd187c

changing image to img

ppoppyseedDev committed 2 years ago

README

The README file for this repository.

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.