add inspector status

This commit is contained in:
Taarush Vemulapalli 2021-08-17 07:12:17 -07:00
parent 274cefd1ec
commit d8458978f3

View File

@ -1,5 +1,19 @@
# Contributor guide
|Protocol|Status|
|--- |--- |
| Uniswap v2 | ✅ |
| Uniswap v2 forks (sushiswap etc) | ✅ |
| Uniswap v3 | ✅ |
| Curve | ⛏️ |
| Aave | ✅ |
| Compound v1 | ⛏️ |
| Compound v2 | ✅ |
| Compound forks (cream, rari fuse etc) | ⛏️ |
| Synthetix | ⛏️ |
| Balancer | ⛏️ |
### Requirements
* [Install](https://docs.docker.com/compose/install/) docker compose
@ -119,7 +133,6 @@ Additional fields we're potentially interested in (aside from inspector specific
* Difference between profit estimated by our inspectors and pure token flow analysis
### Creating an inspector from scratch
If you intend to create your own inspector and submit it as a PR, this should serve as a useful walkthrough to understand the code structure and types.