Technical Docs for cheqd
Learn about cheqd
Product Updates
Governance
GitHub
Search…
cheqd: Node Documentation
Guides
Setting up a new cheqd node
cheqd Cosmos CLI
Building from source
Docker Based Localnet
Docker Compose Based Localnet
Setting up a new network
Client-app Identity APIs
Architecture
Architecture Decision Record (ADR) Process
List of ADRs
Code of Conduct
Security Policy
Notice
Powered By
GitBook
Building from source
Building
cheqd-noded
Building from source
Prerequisites:
Install
Go
​
Install
Starport
​
To build the
cheqd-node
executable run:
1
starport chain build
Copied!
To look up binary's location run:
1
which cheqd-noded
Copied!
Building in docker
Use this
instruction
.
Running a network
Running local network using starport
Prerequisites:
Install
Go
​
Install
Starport
​
Only the network of one node is supported. To run the network of one node:
1
starport serve
Copied!
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 in single docker image
Use the
Docker localnet instructions
.
Running local network using docker compose
Use the
Docker Compose localnet instructions
.
Previous
Using cheqd Cosmos CLI for token transactions
Next
Docker Based Localnet
Last modified
11d ago
Export as PDF
Copy link
Edit on GitHub
Contents
Building cheqd-noded
Building from source
Building in docker
Running a network
Running local network using starport
Running local network in single docker image
Running local network using docker compose