To build the cheqd-node
executable run:
starport chain build
To look up binary's location run:
which cheqd-noded
Use this instruction.
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.
Use this instruction.