soil 0.2.0

Soil blockchain framework
Documentation

Umbrella crate for Soil client and service crates.

This crate provides short module-style re-exports for the main soil-* crates used to compose a node.

The consensus algorithm crates are feature-gated. Enable them individually via aura, babe, beefy, grandpa, manual-seal, and pow, or enable all of them with full.

Examples

use soil::{client, consensus, service};
# #[cfg(feature = "grandpa")]
use soil::grandpa;