https://github.com/autistic-symposium/blockchain-science-rs
👾 my onchain research, foundry boilerplates, quant bots, algorithms - rust edition
https://github.com/autistic-symposium/blockchain-science-rs
arbitrage-bot boilerplate cex cypherpunk decoder dex dexes ethereum machine-learning mempool mev quantum quantum-computing rust searcher statistical-arbitrage trading-bot
Last synced: over 1 year ago
JSON representation
👾 my onchain research, foundry boilerplates, quant bots, algorithms - rust edition
- Host: GitHub
- URL: https://github.com/autistic-symposium/blockchain-science-rs
- Owner: autistic-symposium
- Created: 2022-12-19T20:58:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T02:56:34.000Z (over 1 year ago)
- Last Synced: 2025-02-26T22:40:50.095Z (over 1 year ago)
- Topics: arbitrage-bot, boilerplate, cex, cypherpunk, decoder, dex, dexes, ethereum, machine-learning, mempool, mev, quantum, quantum-computing, rust, searcher, statistical-arbitrage, trading-bot
- Language: Solidity
- Homepage:
- Size: 2.13 MB
- Stars: 65
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ⛓📊🦀 blockchain science - rust edition
### small projects
* **[a sparse merkle tree library from scratch](sparse-merkle-tree)**: a beautiful theoretical walkthrough and library on **authenticated data structures** and **sparse merkle trees**, including full unit and fuzzing test cases
* **[solana dev onboarding](https://github.com/urani-trade/solana-dev-onboarding-rs)**: development resources aiming to onboard engineers and scientists to solana development
* **[web3-toolkit-rs](https://github.com/autistic-symposium/web3-toolkit-rs):** a very basic crate for blockchain projects
* **[kiddor arb searcher](kiddor-searcher-bot):** 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](https://github.com/autistic-symposium/web3-toolkit-rs)**
---
### experiments with foundry
* **[comparisons of flashloans fees and functions on ethereum](foundry-flashloans):** leveraging **foundry** to compare flashloans from **leading lending protocols on ethereum**, including deployment cost and deployment size
* **[inspecting evm-based blockchains history](foundry-historical):** 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](https://github.com/autistic-symposium/ethernaut-systematic-solutions-foundry-sol)**: 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`