Software development kit for Primitive RMM-01.
- ♟ Entities are typescript models of the RMM protocol smart contracts.
- 🧰 Managers have contract ABIs and Interfaces to build function calldata with.
- 🔧 Utilities used in Entities, e.g. computing deterministic engine address and poolIds.
This software is in Alpha.
Installing locally:
# Clone the repository
git clone https://github.com/primitivefinance/rmm-sdk.git
# Install dependencies
yarn install
Installing as a package:
# Using yarn
yarn add @primitivefi/rmm-sdk
# Or using npm
npm i @primitivefi/rmm-sdk