An open API service indexing awesome lists of open source software.

https://github.com/primitivefinance/rmm-manager

Manager and Routing smart contracts for Primitive RMM
https://github.com/primitivefinance/rmm-manager

amm ethereum periphery primitive rmm

Last synced: 8 months ago
JSON representation

Manager and Routing smart contracts for Primitive RMM

Awesome Lists containing this project

README

          

![](https://pbs.twimg.com/profile_banners/1241234631707381760/1588727988/1500x500)

# Primitive Replicating Market Maker

[![](https://img.shields.io/github/stars/primitivefinance/rmm-manager?style=social)](https://img.shields.io/github/stars/primitivefinance/rmm-manager?style=social)
![Twitter Follow](https://img.shields.io/twitter/follow/primitivefi?style=social)
[![Tests](https://github.com/primitivefinance/rmm-manager/actions/workflows/ci.yaml/badge.svg)](https://github.com/primitivefinance/rmm-manager/actions/workflows/ci.yaml)
[![npm version](https://img.shields.io/npm/v/@primitivefi/rmm-manager/latest.svg)](https://www.npmjs.com/package/@primitivefi/rmm-manager/v/latest)

Manager contracts of Primitive RMM protocol.

## Bug Bounty

This repository has a **$1,000,000** bug bounty through Immunefi. Details are on their website [https://immunefi.com/bounty/primitive](https://immunefi.com/bounty/primitive/).

## Documentation

The contract documentation is hosted here: [Primitive Docs](https://docs.primitive.finance).

## Testing

### Compile contracts

`yarn compile`

### Run TypeChain

`yarn typechain`

### Run the tests (using --parallel flag)

`yarn test`

## Security

All audits are located in the `audits/` folder.