Node Docs
Product Docs
Technical Docs
Learning & Governance
Useful Links
Search
⌃
K
Links
Node documentation for cheqd network
👉
Getting Started
Setup a new cheqd node
Command Line usage
🏦
Validator Guides
Guide for validators
Network-wide Software Upgrades
🧑💻 Developing on cheqd
Building from source
Build with Docker
Run a localnet with Docker
Architecture
Architecture Decision Record (ADR) Process
Identity ADRs
List of ADRs
🤝
Contributing to cheqd
Contributor Guide
License
Code of Conduct
Security Policy
🆘
Support
System Status
Slack Channel
Discord
Powered By
GitBook
Comment on page
Building from source
Building from source
Prerequisites:
Install
Go
(currently, our builds are done for Golang v1.18)
To build the executable, run:
make
proto-gen
make
swagger
make
build
Build using Docker
We have an
in-depth guide for making custom Docker image builds
.
Running a localnet using Docker Compose
We also have an
in-depth guide on running a localnet with multiple nodes
using Docker / Docker Compose.
Last modified
8mo ago