-
forest-node-rs [2025]: a client-side blockchain node implementation that provides a decentralized job execution platform for AI jobs (to be plugged into some consensus, e.g. BFT)
-
solana dev onboarding [2024]: development resources aiming to onboard engineers and scientists to solana development
-
a sparse merkle tree library from scratch [2023]: a beautiful theoretical walkthrough and library on authenticated data structures and sparse merkle trees, including full unit and fuzzing test cases
-
web3-toolkit-rs [2022]: a very basic crate for blockchain projects
-
kiddor arb searcher [2022]: 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
-
comparisons of flashloans fees and functions on ethereum [2023]: leveraging foundry to compare flashloans from leading lending protocols on ethereum, including deployment cost and deployment size
-
inspecting evm-based blockchains history [2023]: leveraging 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 [2023]: 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 atsrc/.sol