0.0.3 • Published 4 months ago

elysium-pools v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

ElysiumPools

Whirpools is an open-source concentrated liquidity AMM contract on the Solana blockchain. The ElysiumPools Typescript SDK (@orca-so/pools-sdk) allows for easy interaction with a deployed ElysiumPools program.

The contract has been audited by Kudelski and Neodyme.

ElysiumPool SDK

Use the SDK to interact with a deployed ElysiumPools program via Typescript.

Installation

In your package, run:

yarn add `@orca-so/pools-sdk`
yarn add "@coral-xyz/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

License

Apache 2.0