Skip to content

Commit

Permalink
feat: update rust sdk from ether-rs to alloy-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jun 19, 2024
1 parent 7f250c2 commit a9ae78b
Show file tree
Hide file tree
Showing 29 changed files with 2,704 additions and 7,249 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https
35. [duneanalytics & nansen](basic/35-dune-analytics-nansen)
36. [zk-rollup](https://github.com/rollupnc/RollupNC)
37. [Charm.fi](basic/37-charm.fi)
38. [ether-Rust](basic/38-ether-rust)
38. [alloy-Rust](basic/38-alloy-rust)
39. [Multicall](basic/39-Multicall)
40. [Flashbots provider with ethers.js](basic/38-Flashbots-and-Eden)
41. [Foundry](basic/41-foundry/README.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ You are welcome to PR improvements to existing tutorial projects or to create mo
35. [duneanalytics & nansen](basic/35-dune-analytics-nansen)
36. [zk-rollup](https://github.com/rollupnc/RollupNC)
37. [Charm.fi](basic/37-charm.fi)
38. [ether-Rust](https://github.com/tomusdrw/rust-web3)
38. [alloy-Rust](basic/38-alloy-rust)
39. [Multicall](basic/39-Multicall)
40. [Flashbots provider with ethers.js](basic/38-Flashbots-and-Eden)
41. [Foundry](basic/41-foundry/README.md)
Expand Down
4 changes: 4 additions & 0 deletions basic/38-alloy-rust/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RUST_LOG=info

RPC_LOCAL=http://127.0.0.1:8545
DEV_PRIVATE_KEY=
2 changes: 2 additions & 0 deletions basic/38-alloy-rust/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env
target
Loading

0 comments on commit a9ae78b

Please sign in to comment.