Skip to content

btosello/git-actions

 
 

Repository files navigation

cheqd

cheqd is a blockchain built using Cosmos SDK and Tendermint and created with Starport.

Building node from source

Prerequisites:

To build the 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

Use this instruction.

Learn more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.3%
  • Dockerfile 2.7%