web3-toolkit-rs icon indicating copy to clipboard operation
web3-toolkit-rs copied to clipboard

👾 𝘄𝗲𝗯𝟯 𝘀𝘁𝗮𝗿𝘁𝗶𝗻𝗴 𝗸𝗶𝘁 - 𝗿𝘂𝘀𝘁 𝗲𝗱𝗶𝘁𝗶𝗼𝗻

⛓️🧰🦀 𝘄𝗲𝗯𝟯 rust scripts && resources


  • 📚 start with rust tl; dr, then check some of my on-going notes:
    • rust tricks
    • async for rust
    • memory management in rust
    • error handling in rust
    • writing tests in rust

  • 🕹 use w3kit:
    • w3kit is an ongoing development of a crate for on-chain ops on several blockchains.
    • this package (crate) is published in crates.io and can be imported as a library with cargo add w3kit.

  • ⚗️ check boilerplate snippets:
    • useful boilerplates: cryptographic primitives, handling files, benchmarking, etc.

  • 📊 play with blockchain-science-rs:
    • ongoing on-chain research, foundry science, defi analysis, and bots (rust edition)
    • example: leveraging foundry to analyze historical data on avalanche c-chain to simulate sandwich attacks in the gmx protocol.


external resources


learning


developing


web3-related