Skip to content
forked from teztok/indexer

An indexer that aggregates and normalizes NFT related data on the Tezos Blockchain and provides a GraphQL API for developers.

License

Notifications You must be signed in to change notification settings

centfinance/indexer

 
 

Repository files navigation

TezTok Token Indexer

An indexer that aggregates and normalizes NFT related data on the Tezos Blockchain and provides a GraphQL API for developers. Note that the indexer is still being developed and in an experimental state. Checkout the docs

Install and run in dev mode:

  • npm install
  • cp .env.sample .env
  • adjust .env file
  • docker-compose up -d
  • npm run init:db
  • npm start

License

Licensed under the MIT license.

About

An indexer that aggregates and normalizes NFT related data on the Tezos Blockchain and provides a GraphQL API for developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%