This directory contains Docker configuration and scripts for building images of the validator node, faucet server and client.
- Download and install Docker.
- Build the docker containers:
A. Dynamic validator: From the top level directory, run
docker/validator-dynamic/build.sh
B. Mint (Faucet): From the top level directory, rundocker/mint/build.sh
- To test locally, run the docker containers:
A. Dynamic validator: run
docker/validator-dynamic/run.sh
Note: the Base validator can be run locally but requires substantial maual configuration. B. Mint (Faucet): rundocker/mint/run.sh
- Run the client as follows: `cargo run -p cli --bin cli -- -u http://localhost:8080 -f localhost:9080