Install node with CRUN utility
CRUN is a simple command line tool to spin up blockchain node. It is designed to be simple and easy to use.
Install crun
wget https://github.com/mellifera-labs/crun/releases/latest/download/crun
chmod +x crun
Install node with crun from snapshot
./crun install lava_testnet
Install node with crun from state sync
./crun install lava_testnet -e "install_from=state_sync"
Check logs of the node
journalctl -u lavad.service -f -n 100
Check more details about CRUN here (opens in a new tab)