hylix 0.10.1

Build, test & deploy verifiable apps on Hyli
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod indexer;
pub mod node;
pub mod postgres;
pub mod registry;
pub mod wallet;

pub use indexer::{start_indexer, stop_indexer};
pub use node::start_local_node;
pub use registry::{start_registry, stop_registry};
pub use wallet::{start_wallet_app, stop_wallet_app};