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 | shInitialize your Wasm Build environment:
./scripts/init.shBuild Wasm and native code:
cargo build --releasePurge any existing developer chain state:
./target/release/advanca-node purge-chain --devStart a development chain with:
./target/release/advanca-node --devDetailed 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.