This will create a local Indy network using the IDunion node container. It also adds a the ledger browser from von-network. The docker network will use the subnet 10.133.133.0/24. You may change that according your needs.
- Check/Update
.env
,docker-compose.yaml
andinit-test-network.sh
files - if you need to update the IP subnet, then the change must be made everywhere. - Run
init-test-network.sh
to create genesis and key files. - Run
docker-compose up
to start the network. - Check the ledger browser at http://localhost:9000 .
- Use
docker-compose down
to shutdown the network.