Rust: Read, Write and Subscribe to Ethereum Smart Contracts with alloy

Subscribers:
1,210
Published on ● Video Link: https://www.youtube.com/watch?v=gel7ALGgtmo



Duration: 1:06
440 views
2


ethers-rs is being deprecated (for alloy):
https://github.com/gakonst/ethers-rs/issues/2667

alloy rust crate documentation:
https://docs.rs/alloy/latest/alloy/

alloy book for examples documentation (contract abi interaction example):
https://alloy.rs/examples/contracts/interact_with_abi.html

Read, Write and Subscribe to Ethereum Smart Contracts with alloy example in video:
https://github.com/MarcusWentz/Web3_Get_Set_Contract_Metamask/blob/main/Scripts/rust/test_alloy_contract_read_write_events/src/main.rs