8000 GitHub - LumeraProtocol/lumera
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LumeraProtocol/lumera

Repository files navigation

Lumera

Release Workflow

lumera

lumera is a blockchain built using Cosmos SDK and Tendermint and created with Ignite CLI.

Get started

Install Ignite CLI

curl https://get.ignite.com/cli! | bash

Build

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

Initialize

You only need to run this command once.

lumerad init my-node

Get latest genesis.json

https://github.com/LumeraProtocol/lumera-networks

Get seeds

https://github.com/LumeraProtocol/lumera-networks

Start

lumerad start

Learn more

COMMING SOON

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0