Links
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

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