Getting Started
Vimana is an open-source project written in Go. It provides a CLI to launch spacecores on the decentralized network. This enables anyone to run different types of nodes seamlessly, e.g. light node, full node, bridge node, and RPCs for Berachain.
Quick Start
Open the terminal and run:
Installation
Install Binary:
curl -L https://vistara-labs.github.io/vimana/install.sh | bash
Install from Source:
make build
Run Celestia light node:
vimana run celestia light-node
See options for a specific node type:
vimana run celestia light-node --help
You can pass in the network and rpc endpoint as flags, or default (arabica) is used if not specified.
vimana run celestia light-node --network arabica --rpc consensus-validator.celestia-arabica-10.com
Last updated