|
|
@@ -1,5 +1,7 @@
|
|
|
# Uniswap V2 AMM implemented in Anchor
|
|
|
|
|
|
+- `draft.rs`: outline of program with comments -- drafted before implementation
|
|
|
+
|
|
|
## Supported Instructions
|
|
|
|
|
|
- `programs/ammv2/src/`
|
|
|
@@ -7,7 +9,6 @@
|
|
|
- `init_pool.rs`: initialize a new pool
|
|
|
- `liqduidity.rs`: add and remove liquidity
|
|
|
- `swap.rs`: perform a token swap
|
|
|
- - `draft.rs`: outline of program with comments -- drafted before implementation
|
|
|
|
|
|
## Implemented Tests
|
|
|
|