Lumera is a Cosmos SDK blockchain (v0.53.6) supporting CosmWasm smart contracts, IBC cross-chain messaging, Cosmos EVM, and four custom modules (action, claim, lumeraid, supernode).
- Go 1.26+ (see
go.modfor exact version) makelibwasmvmshared library (built automatically or available from CosmWasm releases)
make buildThis produces the lumerad binary in build/lumerad.
Other useful build targets:
make build-debug # Build with debug symbols
make build-proto # Regenerate protobuf files
make lint # Run golangci-lint
make unit-tests # Run unit tests
make integration-tests # Run integration testsYou only need to run this command once.
lumerad init my-nodehttps://github.com/LumeraProtocol/lumera-networks
https://github.com/LumeraProtocol/lumera-networks
lumerad start- EVM Integration — Cosmos EVM architecture, precompiles, JSON-RPC, migration guides
- Devnet — Local Docker test network setup, configuration, upgrade testing
- Port Reference — Network port defaults, config keys, and CLI flags