lumera is a blockchain built using Cosmos SDK and Tendermint and created with Ignite CLI.
curl https://get.ignite.com/cli! | bashignite chain buildNote: 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=autoYou only need to run this command once.
lumerad init my-nodehttps://github.com/LumeraProtocol/lumera-networkshttps://github.com/LumeraProtocol/lumera-networkslumerad start