walleth 0.1.0

A (WIP) Rust library for easily create, manage, use and protect Ethereum accounts.
Documentation
1
2
3
4
5
pub mod signer;
pub use signer::Signer;

pub mod signable;
pub use signable::Signable;