CRUN is a simple command line tool to spin up blockchain node. It is designed to be simple and easy to use.
Python 3.8 or python3.10 is required to run this tool.
To install simply download the latest release from the releases page
crun install lava_testnet
- Show the current settings for network
crun show lava_testnet
- You can check how setting will be changed by running the following command
crun show lava_testnet -e "install_from=state_sync"
- Run install with new settings
crun install lava_testnet -e "install_from=state_sync"
-
Clone the repository
-
Create venv and install dependencies
python3 -m venv venv
source venv/bin/activate
pip install .
- Run crun
python crun.py