Implementation of a https://acuity.social node in Rust based on the Substrate framework.
This repo contains runtimes for the Acuity network. The README provides
information about installing the acuity binary and developing on the codebase. For more
specific guides, like how to be a validator, see the
Polkadot Wiki.
If you'd like to build from source, first install Rust. You may need to add Cargo's bin directory to your PATH environment variable. Restarting your computer will do this for you automatically.
curl https://sh.rustup.rs -sSf | shIf you already have Rust installed, make sure you're using the latest version by running:
rustup updateOnce done, finish installing the support software:
sudo apt install build-essential git clang libclang-dev pkg-config libssl-devBuild the client by cloning this repository and running the following commands from the root directory of the repo:
git checkout <latest tagged release>
./scripts/init.sh
cargo build --releaseConnect to the global Acuity network by running:
./target/release/acuityAcuity is GPL 3.0 licensed.