Debian based docker image with the cheqd-nonded
executable inside preconfigured to run a network of 2 nodes. Intended for use in CI pipelines.
You can find prebuilt package here:
https://github.com/cheqd/cheqd-node/pkgs/container/cheqd-testnet
To pull it use:
docker pull ghcr.io/cheqd/cheqd-testnet:latest
- Build
cheqd-node
image first. See the instruction.
To build the image:
- Go to the repository root
- Run
docker build -f docker/single_image_testnet/Dockerfile -t cheqd-testnet .
- Run
docker run -it --rm -p "26657:26657" cheqd-testnet
- RPC apis are exposed on the folowing ports:
- node_0:
26657
- node_0:
- Try to connect to any node in your browser, for instance:
http://localhost:26657/