This repository contains the docker compose files for the mainnet, testnet and devnet.
Run a local devnet for development and testing purposes.
make help
make start-devnet
Node Swagger: http://127.0.0.1:22973/docs
Explorer Swagger: http://127.0.0.1:9090/docs
Explorer frontend: http://localhost:23000
make stop-devnet
make restart-devnet
Make sure to use port 22973
for the node host and 23000
for the explorer frontend.