walleth 0.1.0

A (WIP) Rust library for easily create, manage, use and protect Ethereum accounts.
Documentation
1
2
3
4
5
6
7
8
9
pub mod controller;
pub mod hdwallet;
pub mod observable;
pub mod safe;

pub use controller::Controller;
pub use hdwallet::*;
pub use observable::{Observable, Observer};
pub use safe::*;