/advanca-node

Advanca Node

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Advanca is now Automata.

The development is moved to https://github.com/automata-network/automata. Come and join us there!


Advanca Node

This repository contains the source code for Advanca Node.

See advanca/advanca for more information.

Build

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

Run

Single node development chain

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.

License

GPL 3.0