Installation
Compile and install
Ubuntu
Install dependencies
sudo apt install git curl gcc lld pkg-config libssl-dev libclang-dev g++Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shClone source code
git clone https://github.com/rooch-network/rooch.gitCompile and install Rooch
cd rooch && cargo build && cp target/debug/rooch ~/.cargo/bin/Windows
TODO
macOS
TODO
Binary install
Linux
Download
wget https://github.com/rooch-network/rooch/releases/download/v0.1/rooch-ubuntu-latest.zipDecompress
unzip rooch-ubuntu-latest.zipInstall
sudo cp rooch /usr/local/bin