Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 922 Bytes

single_image_testnet.md

File metadata and controls

35 lines (21 loc) · 922 Bytes

cheqd-testsnet docker image

Description

Debian based docker image with the cheqd-nonded executable inside preconfigured to run a network of 2 nodes. Intended for use in CI pipelines.

Prebuilt package

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

Prerequisites

Building

To build the image:

  • Go to the repository root
  • Run docker build -f docker/single_image_testnet/Dockerfile -t cheqd-testnet .

Running

  • Run docker run -it --rm -p "26657:26657" cheqd-testnet
  • RPC apis are exposed on the folowing ports:
    • node_0: 26657
  • Try to connect to any node in your browser, for instance: http://localhost:26657/