© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Omofolarin Ajibade Shonibare
Full stack Engineer @sellvy
Thanks for this step by step guide. It seems to me like web3.rs is more straight forward than ether.rs. I would have to try both of them to confirm. But which do you prefer?
Ukpai Ugochi
MEVN stack developer
I prefer ethers.rs to web3.rs because:
It allows state - separation of concerns (like in the case of providers and signers).
The library is less bulky and lightweight.
It is well documented. There's a Telegram help group (you can hit me up if you need an invite, hit me up.
Ethers.rs and Web3.rs are Rust implementations of ether.js and web3.js. you can check this out: ethereum.stackexchange.com/questions/62028/what-i…
Cool. Thanks Ukpai Ugochi