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 updated