cootoo indexer
- 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