The Lava Protocol aims to provide decentralized and scalable access to blockchain data through the use of a network of providers and consumers. It utilizes a proof-of-stake consensus mechanism and incentivizes participants through the use of its native LAVA token. The protocol includes features such as a stake-weighted pseudorandom pairing function, backfilling, and a lazy settlement process to improve scalability and efficiency. The roadmap for the Lava Protocol includes further development of governance, conflict resolution, privacy, and quality of service, as well as support for additional API specifications. It is designed to be a public good that enables decentralized access to the Web3 ecosystem.
Read more about Lava in the whitepaper and visit the Docs
Lava is built using the Cosmos SDK which runs on top of Tendermint Core consensus engine.
Note: Requires Go 1.20.5
The best way to start working with lava is to use docker, for additional reading go to: Running via compose
See CONTRIBUTING.md for details on how to contribute. If you want to follow the updates or learn more about the latest design then join our Discord.
before running the scripts make sure you have go installed and added to $PATH, you can validate by running which go
init_install will install all necessary dependencies to develop on lava.
./scripts/init_install.sh
LAVA_BINARY=all will build all lava binaries (lavad, lavap, lavavisor) and place them in the go bin path on your environment.
LAVA_BINARY=all make install
You can also build the binaries locally (path will be ./build/...) by running
LAVA_BINARY=all make build
it is possible to build only one binary: lavad/lavap/lavavisor
LAVA_BINARY=lavad make install
Or check out the latest release.
You can add a useful autocomplete feature to lavad
& lavap
with a simple bash script.
Join Lava's testnet, read instructions here