move web2 infrastrucutre stuff to the other repo (#1)

This commit is contained in:
autistic-symposium-helper 2024-11-17 16:42:59 -08:00 committed by GitHub
parent 5fbab7ede1
commit 9541e51320
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 174 deletions

View file

@ -1,4 +1,4 @@
## ⛓🛠 blockchain infrastructure && data engineering
## blockchain infrastructure
<br>
@ -7,7 +7,7 @@
<br>
##### 👉 this repository holds some of my blockchain infrastructure MVPs (such as scalable event scanners and infrastructure setups for on-chain analysis and machine learning models training)
### chapters
<br>
@ -24,21 +24,17 @@
- discussion, design, and implementation route of a protocol for management and bartering of game (NFT) assets
* **research notes**:
- **[apache arrow](technologies/arrow_project.md)**
- **[rlp encoding](technologies/rlp_enconding.md)**
- **[spotify's luigi](technologies/luigi.md)**
- **[google's or-tools](technologies/or_tools.md)**
<br>
---
### external resources
### cool resources
<br>
* **[urani trade experiments (on solana)](https://github.com/urani-trade)**:
* **[urani.trade's experiments on solana](https://github.com/urani-trade)**:
- a batching orderbook on mongodb: **[orderbook-poc-ts](https://github.com/urani-trade/orderbook-poc-ts)**
- a swap protocol for order intents: **[urani-swap-ts](https://github.com/urani-trade/urani-swap-ts)**
- a mev solver: **[solana-mev-agent-py](https://github.com/urani-trade/solana-mev-agent-py)**