Building from source
Last updated
Was this helpful?
Prerequisites:
Install Go (currently, our builds are done for Golang v1.18)
To build the executable, run:
make proto-gen
make swagger
make buildWe have an in-depth guide for making custom Docker image builds.
We also have an in-depth guide on running a localnet with multiple nodes using Docker / Docker Compose.
Last updated
Was this helpful?
Was this helpful?