mikesposito / walleth

A Rust library for easily create, manage, use and protect Ethereum accounts.
MIT License
2 stars 1 forks source link

refactor: add serialization and partialeq #11

Closed mikesposito closed 1 year ago

mikesposito commented 1 year ago

The module has been refactored to make it easier to serialize structs into bytes and to implement PartialEq.

A folder with examples has been added, which includes an example add made with Druid