Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
happenwah authored Sep 6, 2024
1 parent c4ec151 commit e12d5fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

**Implementation of Solidly's AMM logic as a Valantis Liquidity Module**

References:
- [VelodromeV1](https://github.com/velodrome-finance/v1/blob/master/contracts/Pair.sol)
- [Solidly](https://github.com/stephenbyrne99/solidly)

## Documentation

https://docs.valantis.xyz/
Expand All @@ -25,3 +29,9 @@ $ forge test
```shell
$ forge fmt
```

### Coverage

```shell
$ bash coverage.sh
```

0 comments on commit e12d5fa

Please sign in to comment.