Package Exports
- whirlpools-prism-sdk
- whirlpools-prism-sdk/dist/impl/whirlpool-client-impl
- whirlpools-prism-sdk/dist/impl/whirlpool-client-impl.js
- whirlpools-prism-sdk/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (whirlpools-prism-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Whirlpools
Whirpools is an open-source concentrated liquidity AMM contract on the Solana blockchain.
The Whirlpools Typescript SDK (@orca-so/whirlpools-sdk) allows for easy interaction with a deployed Whirlpools program.
The contract has been audited by Kudelski and Neodyme.
Whirlpool SDK
Use the SDK to interact with a deployed Whirlpools program via Typescript.
Installation
In your package, run:
yarn add `@orca-so/whirlpools-sdk`
yarn add "@project-serum/anchor"
yarn add "decimal.js"Usage
Read instructions on how to use the SDK on the Orca Developer Portal.
Tests
To run tests for the SDK, setup your anchor environment and run:
anchor test