blueprint-manager 0.4.0-alpha.2

Tangle Blueprint manager and Runner
1
2
3
4
5
6
7
8
9
10
/// Tangle Protocol implementation for blueprint manager.
///
/// This module wires the manager into the EVM-native Tangle contracts by
/// reusing the shared `blueprint-client-tangle` crate.
pub mod client;
pub mod event_handler;
pub mod metadata;

pub use client::TangleProtocolClient;
pub use event_handler::TangleEventHandler;