GitXplorerGitXplorer
p

polkadot-fandom-page

public
3 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
39d812cedd688f82d8c69397fa663acecae5a57b

fixing build

ppoppyseedDev committed 2 years ago
Unverified
c8e40cc20a5286dd0f94572513e9e35427e7f0ee

changed header, added footer

ppoppyseedDev committed 2 years ago
Unverified
32d2122f8f3414d4b00fa66b475d080cb7976922

changing README

ppoppyseedDev committed 2 years ago
Unverified
237945aa82d9cf8fdb8460f29a6f42756fdeac7e

adding env variable

ppoppyseedDev committed 2 years ago
Unverified
55b3e2796be21bb77ee166d24dda95514c14f9ef

adding types in separate file, chain in .env

ppoppyseedDev committed 2 years ago
Unverified
7f7afebe2761a834caa90f6f736ad16af0f66c98

adding header

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.