Lithosphere Network – Node Chain Binary
Last updated
Repo URL: https://github.com/KaJLabs/lithosphere
Branch: main
lithod
Framework: Cosmos-SDK–based chain
Consensus: CometBFT (Tendermint Core)
Execution: LithoVM (EVM-compatible runtime)
https://github.com/KaJLabs/lithosphere/litho-chain
Platform: Linux x86_64
Binary: lithod
Latest release binary: https://github.com/lithosphere-network/litho-chain/releases/latest
If no release binary is provided, you can build from source (see below).
Go ≥ 1.22
GNU Make
Linux x86_64
$GOPATH/bin/lithod
lithod version
genesis.json provided separately (chain launch package) Seed & persistent peers injected via config.toml Remote signer / HSM supported via CometBFT signer
Cosmovisor supported Remote signer (tmkms / KMS / HSM) supported Prometheus metrics enabled
This keeps all your content in one Markdown file and uses proper code formatting for commands and paths. If you want, I can make an even cleaner single README.md that’s ready for GitHub with headings, bolds, and copyable commands. Do you want me to do that?
Last updated
git clone https://github.com/lithosphere-network/litho-chain
cd litho-chain
make install~/.lithod/
├── config/
│ ├── app.toml
│ ├── config.toml
│ ├── genesis.json
├── data/
└── keyring/lithod init <moniker> --chain-id lithosphere_700777-2
lithod start