2.0.0-beta.3 • Published 2 years ago

@primitivefi/rmm-math v2.0.0-beta.3

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

🧙 rmm-math

version npm license stars

Formulas and math used in RMM protocol.

🧩 Features

  • 🎲 Cumulative Distribution Math approximations used in rmm-core contracts.
  • 🎯 Replication Math used in rmm-core solidity contracts.
  • 🎩 Black-scholes Math for use in off-chain computations.

📦 Installation

This software is in Alpha.

Installing locally:

# Clone the repository
git clone https://github.com/primitivefinance/rmm-math.git

# Install dependencies
yarn install

Installing as a package:

# Using yarn
yarn add @primitivefi/rmm-math

# Or using npm
npm i @primitivefi/rmm-math