Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-outside-labs/blockchain-science-rs
👾 𝗺𝘆 𝗼𝗻-𝗰𝗵𝗮𝗶𝗻 𝗿𝗲𝘀𝗲𝗮𝗿𝗰𝗵, 𝗳𝗼𝘂𝗻𝗱𝗿𝘆 𝗯𝗼𝗶𝗹𝗲𝗿𝗽𝗹𝗮𝘁𝗲𝘀, 𝗾𝘂𝗮𝗻𝘁 𝗯𝗼𝘁𝘀, 𝗮𝗹𝗴𝗼𝗿𝗶𝘁𝗵𝗺𝘀 - 𝗿𝘂𝘀𝘁 𝗲𝗱𝗶𝘁𝗶𝗼𝗻
https://github.com/go-outside-labs/blockchain-science-rs
arbitrage-bot boilerplate cex cypherpunk decoder dex dexes ethereum machine-learning mempool mev rust searcher statistical-arbitrage trading-bot
Last synced: 3 months ago
JSON representation
👾 𝗺𝘆 𝗼𝗻-𝗰𝗵𝗮𝗶𝗻 𝗿𝗲𝘀𝗲𝗮𝗿𝗰𝗵, 𝗳𝗼𝘂𝗻𝗱𝗿𝘆 𝗯𝗼𝗶𝗹𝗲𝗿𝗽𝗹𝗮𝘁𝗲𝘀, 𝗾𝘂𝗮𝗻𝘁 𝗯𝗼𝘁𝘀, 𝗮𝗹𝗴𝗼𝗿𝗶𝘁𝗵𝗺𝘀 - 𝗿𝘂𝘀𝘁 𝗲𝗱𝗶𝘁𝗶𝗼𝗻
- Host: GitHub
- URL: https://github.com/go-outside-labs/blockchain-science-rs
- Owner: go-outside-labs
- Archived: true
- Created: 2022-12-19T20:58:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T20:13:51.000Z (8 months ago)
- Last Synced: 2024-05-16T00:50:07.473Z (6 months ago)
- Topics: arbitrage-bot, boilerplate, cex, cypherpunk, decoder, dex, dexes, ethereum, machine-learning, mempool, mev, rust, searcher, statistical-arbitrage, trading-bot
- Language: Solidity
- Homepage:
- Size: 2.19 MB
- Stars: 54
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-defi-research-base - blockchain science - rust edition
- web3-starter-rs - 📊 play with blockchain-science-rs
README
# ⛓📊🦀 blockchain science - rust edition
---
## my projects and libraries
* **[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.
* **[web3-toolkit-rs](https://github.com/go-outside-labs/web3-toolkit-rs):**
- a (basic and *maybe on-going* (?)) crate for blockchain projects.
- my first experiments with 🦀 + ⛓️🧱 (suitable for the beginner).
* **[kiddor arb searcher](kiddor-searcher-bot):**
* 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](https://github.com/go-outside-labs/web3-toolkit-rs)**.
---
## experiments with foundry
* **[comparisons of flashloans fees and functions on ethereum](foundry-flashloans):**
* leverage **foundry** to compare flashloans from **leading lending protocols on ethereum**, including deployment cost and deployment size.
* **[inspecting evm-based blockchains history](foundry-historical):**
* 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](https://github.com/go-outside-labs/ethernaut-foundry-writeups-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`.