This directory contains Docker configuration and scripts for building images of the validator node, faucet server and client.
- Download and install Docker.
- From the top level directory, run
docker/validator/build.sh
- From the top level directory, run
docker/mint/build.sh
- To test the validator image locally, run
docker/validator/run.sh
- To test the faucet server image locally, run
docker/mint/run.sh
- Run the client as follows:
cargo run -p client --bin client -- -a localhost -p 8000 -f localhost:8080 -s terraform/validator-sets/dev/consensus_peers.config.toml