lumera is a blockchain built using Cosmos SDK and Tendermint and created with Ignite CLI.
curl https://get.ignite.com/cli! | bash
ignite chain build
Note: You can still build directly with go:
go build cmd
, but it won't build protobuf files.
Note2: You might get error during build:
Cosmos SDK's version is: v0.50.12
✘ Cannot build app:
error while running command go mod tidy: go: cannot find "go1.24.1" in PATH
: exit status 1
Lumera project doesn't specify toolchain, but it seems Ignite
sometime might still require it. Do this:
go install golang.org/dl/go1.24.1@latest
go1.24.1 download
export GOTOOLCHAIN=auto
You only need to run this command once.
lumerad init my-node
https://github.com/LumeraProtocol/lumera-networks
https://github.com/LumeraProtocol/lumera-networks
lumerad start
COMMING SOON