You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Whirlpools
2
2
3
-
Whirpools is an open-source concentrated liquidity AMM contract on the Solana blockchain.
3
+
Whirlpools is an open-source concentrated liquidity AMM contract on the Solana blockchain.
4
4
This repository contains the Rust smart contract and SDKs to interact with a deployed program.
5
5
6
6
The official deployment of the whirlpool contract can be found at the `whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc` address on:
@@ -15,6 +15,7 @@ The program has been audited several times by different security firms.
15
15
* Jan 28th, 2022 - [Kudelski Security](/.audits/2022-01-28.pdf)
16
16
* May 5th, 2022 - [Neodyme](/.audits/2022-05-05.pdf)
17
17
* Aug 21st, 2024 - [OtterSec](/.audits/2024-08-21.pdf)
18
+
* Feb 28th, 2025 - [Sec3](/.audits/2025-02-28.pdf)
18
19
19
20
## Usage
20
21
@@ -65,7 +66,7 @@ These instructions are for setting up a development environment on a Mac. If you
65
66
66
67
This repository uses NX to manage the Rust and Typescript codebases. This allows us to have a monorepo with multiple packages and share code between them. Dependencies between packages are automatically resolved by NX, so you don't have to worry about managing that yourself.
67
68
68
-
This repository is split up into sevaral parts. The following is a (non-exhaustive) list of the components and their purpose.
69
+
This repository is split up into several parts. The following is a (non-exhaustive) list of the components and their purpose.
69
70
70
71
***`/programs/*`** - Rust programs that are deployed on Solana.
71
72
***`/ts-sdk/*`** - Typescript SDKs for interacting with the programs.
0 commit comments