POS Node Set Up
Hyperspace Mainnet
git clone https://github.com/mvs-org/HyperspaceSetting up environment
curl https://sh.rustup.rs -sSf | sh
source ~/.cargo/env
rustup default nightly
rustup target add wasm32-unknown-unknownsudo apt install cmake pkg-config libssl-dev git clang libclang-devBuild the corresponding binary file
To start the node you just compiled
Last updated