Skip to content

๐Ÿ‘พ my on-chain research, foundry boilerplates, quant bots, algorithms - rust edition

Notifications You must be signed in to change notification settings

go-outside-labs/blockchain-science-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

40 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โ›“๐Ÿ“Š๐Ÿฆ€ blockchain science - rust edition




my projects and libraries



  • solana dev onboarding
    • development resources aiming to onboard engineers and scientists to solana development.


  • kiddor arb searcher:
    • this (unfinished) package implements a boilerplate with tools to run a searcher with statistical arbitrage strategies. it utilizes libraries from my crate at web3-toolkit-rs.


experiments with foundry



  • inspecting evm-based blockchains history:
    • leverage foundry to analyze blockchain historical data. this type of strategy can be used for several purposes, including testing vulnerabilities or extracting mev data.

  • my ethernaut solutions and writeups in foundry
    • a framework in foundry to solve hacking problems, exemplified with solutions for openzeppelin's ethernaut wargames. leveraging foundry, each level has a test set (.t.sol), a script set (.s.sol), and a write-up. some levels also have an exploit at src/.sol.