Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

πŸ‘Ύ my onchain research, foundry boilerplates, quant bots, algorithms - rust edition

Notifications You must be signed in to change notification settings

autistic-symposium/blockchain-science-rs

Repository files navigation

β›“πŸ“ŠπŸ¦€ blockchain science - rust edition


small projects


  • a sparse merkle tree library from scratch: a beautiful theoretical walkthrough and library on authenticated data structures and sparse merkle trees, including full unit and fuzzing test cases
  • solana dev onboarding: development resources aiming to onboard engineers and scientists to solana development
  • web3-toolkit-rs: a very basic crate for blockchain projects
  • kiddor arb searcher: an (unfinished) package implements a boilerplate with tools to run a searcher with statistical arbitrage strategies. it utilizes libraries from my (never-finished) crate at web3-toolkit-rs


experiments with foundry