junobuild-satellite 0.5.1

Core implementation of a Juno Satellite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod controllers;
mod db;
mod hooks;
mod ic;
mod logs;
mod random;
mod storage;

pub use controllers::*;
pub use db::*;
pub use hooks::*;
pub use ic::*;
pub use logs::*;
pub use random::*;
pub use storage::*;