Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 414 Bytes

cootoo

cootoo indexer

First steps

  • Install Poetry and GNU Make
  • Enter the project's directory with cd cootoo
  • Install required dependencies with make install
  • Generate types and handlers with dipdup init
  • Ensure generated project is valid with make lint
  • Commit your code with git init && git add -A && git commit -m 'Initial commit'
  • Spawn a Docker Compose stack with docker-compose up