Skip to content

Commit a9ae78b

Browse files
feat: update rust sdk from ether-rs to alloy-rs
1 parent 7f250c2 commit a9ae78b

29 files changed

+2704
-7249
lines changed

README-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https
156156
35. [duneanalytics & nansen](basic/35-dune-analytics-nansen)
157157
36. [zk-rollup](https://github.com/rollupnc/RollupNC)
158158
37. [Charm.fi](basic/37-charm.fi)
159-
38. [ether-Rust](basic/38-ether-rust)
159+
38. [alloy-Rust](basic/38-alloy-rust)
160160
39. [Multicall](basic/39-Multicall)
161161
40. [Flashbots provider with ethers.js](basic/38-Flashbots-and-Eden)
162162
41. [Foundry](basic/41-foundry/README.md)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ You are welcome to PR improvements to existing tutorial projects or to create mo
149149
35. [duneanalytics & nansen](basic/35-dune-analytics-nansen)
150150
36. [zk-rollup](https://github.com/rollupnc/RollupNC)
151151
37. [Charm.fi](basic/37-charm.fi)
152-
38. [ether-Rust](https://github.com/tomusdrw/rust-web3)
152+
38. [alloy-Rust](basic/38-alloy-rust)
153153
39. [Multicall](basic/39-Multicall)
154154
40. [Flashbots provider with ethers.js](basic/38-Flashbots-and-Eden)
155155
41. [Foundry](basic/41-foundry/README.md)

basic/38-alloy-rust/.env.example

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RUST_LOG=info
2+
3+
RPC_LOCAL=http://127.0.0.1:8545
4+
DEV_PRIVATE_KEY=

basic/38-alloy-rust/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.env
2+
target

0 commit comments

Comments
 (0)