Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 484 Bytes

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.