Complete Ethereum & Celo library and wallet implementation in Rust. https://docs.rs/ethers
Go to file
Georgios Konstantopoulos c46442dd12
complete refactor
2020-05-26 14:01:46 +03:00
.circleci feat: add fetching logs 2020-05-25 12:23:50 +03:00
crates complete refactor 2020-05-26 14:01:46 +03:00
.gitignore lock 2020-05-24 19:33:24 +03:00
Cargo.lock complete refactor 2020-05-26 14:01:46 +03:00
Cargo.toml complete refactor 2020-05-26 14:01:46 +03:00
README.md complete refactor 2020-05-26 14:01:46 +03:00
contract.sol el refactor 2020-05-26 12:37:31 +03:00

README.md

ethers.rs

Complete Ethereum wallet implementation and utilities in Rust (with WASM and FFI support).

Features

  • User friendly transaction APIs
  • Type-safe EIP-155 transactions
  • Querying past events
  • Event Monitoring
  • Deploy and interact with smart contracts
  • Type safe smart contract bindings
  • Hardware wallet support
  • ...

Directory Structure

Acknowledgements

This library would not have been possibly without the great work of the creators of rust-web3 and ethcontract-rs

A lot of the code was inspired and adapted from them, to a unified and opinionated interface. That said, Rust-web3 is ~9k LoC (tests included) and ethcontract-rs is 11k lines, so in total about 20k lines of code with tests. This library is xxx LoC.