rust-web3 VS ethers-rs

Compare rust-web3 vs ethers-rs and see what are their differences.

rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth (by tomusdrw)

ethers-rs

Complete Ethereum & Celo library and wallet implementation in Rust. https://docs.rs/ethers (by gakonst)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
rust-web3 ethers-rs
4 3
1,407 2,350
- -
6.0 9.2
3 days ago 3 days ago
Rust Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rust-web3

Posts with mentions or reviews of rust-web3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-26.
  • The Chronicles of a Web3 philosopher.
    1 project | dev.to | 5 Apr 2022
    For me, Rust is not about the language, but what you can do with it. One of its coolest applications at the time I started Rust was in blockchain development. Most blockchain clients were written in C, C++, or Go. But Rust was new and used for mainstream blockchain development, so I felt this was the best combination. It was also around that time I started contributing to Rust-based open source projects. I had read and studied a lot of Rust code in 2017, but 2018 was my time writing the actual code. I was exploring the blockchain with Rust and was trying to build a payment system. Its idea was basically what Lazerpay does now, I called it Paysquare back then. The platform was built on Ethereum to collect Ethereum payments. To achieve this, a library called Web3 built by the developers at Ethereum existed. The only problem was that it was only written in Javascript. One of the engineers at Parity, where I later worked, who I would later get to know was pretty big in Blockchain and Rust had a Rust implementation on his Github, but it was unmaintained. Because of what I was building, I had to take over the project and contribute to it, along with other open-source Rust projects. During that period, my portfolio grew quite a bit. I contributed to a lot of open-source projects. Anyway, Paysquare didn’t work out, I think I lost motivation while building it.
  • ethers-rs VS rust-web3 - a user suggested alternative
    2 projects | 26 Jan 2022
  • Hey Rustaceans! Got an easy question? Ask here (35/2021)!
    9 projects | /r/rust | 30 Aug 2021
    If you're deploying on Ethereum or an Ethereum testnet, have a look at this example for the web3 crate: https://github.com/tomusdrw/rust-web3/blob/master/examples/contract.rs
  • Web3 Question
    1 project | /r/rust | 5 Jul 2021
    There’s an example in the GitHub docs (https://github.com/tomusdrw/rust-web3/blob/master/examples/contract_log_pubsub.rs) that I’m mostly just kind of copying, and I’ve gotten it to work except for being able to correctly identify the contract address (which should be stored in the accounts array). My code compiles and runs but gives an error when it calls accounts[0] since I have not properly been able to connect to the contract.

ethers-rs

Posts with mentions or reviews of ethers-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-26.

What are some alternatives?

When comparing rust-web3 and ethers-rs you can also consider the following projects:

sysinfo - Cross-platform library to fetch system information

foundry - Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

Termion - Mirror of https://gitlab.redox-os.org/redox-os/termion

parity - The fast, light, and robust client for Ethereum-like networks. [Moved to: https://github.com/openethereum/parity-ethereum]