Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.2 KB

Building and testing

Building cheqd-node from source

Prerequisites

To build the cheqd-node executable run:

starport chain build

To look up binary's location run:

which cheqd-noded

Building node in docker

Use this instruction.

Running local network using starport

Prerequisites:

Only the network of one node is supported. To run the network of one node:

starport serve

serve command installs dependencies, builds, initializes and starts your blockchain in development.

Your blockchain in development can be configured with config.yml. To learn more see the reference.

Running local network using docker compose

Use this instruction.