autonomi 0.1.1

Autonomi client API
Documentation

autonomi - Autonomi client API

Crates.io docs.rs

Connect to and build on the Autonomi network.

Usage

See docs.rs/autonomi for usage examples.

Running tests

Run a local network with the local-discovery feature:

cargo run --bin=safenode-manager --features=local-discovery -- local run --build --clean

Then run the tests with the local feature:

$ cargo test --package=autonomi --features=local
# Or with logs
$ RUST_LOG=autonomi cargo test --package=autonomi --features=local -- --nocapture