Advanca is now Automata.
The development is moved to https://github.com/automata-network/automata. Come and join us there!
This repository contains the source code for Advanca Node.
See advanca/advanca for more information.
Install Rust:
curl https://sh.rustup.rs -sSf | sh
Initialize your Wasm Build environment:
./scripts/init.sh
Build Wasm and native code:
cargo build --release
Purge any existing developer chain state:
./target/release/advanca-node purge-chain --dev
Start a development chain with:
./target/release/advanca-node --dev
Detailed logs may be shown by running the node with the following environment variables set: RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --dev
.
Additional CLI usage options are available and may be shown by running cargo run -- --help
.