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
- Host: GitHub
- URL: https://github.com/primitivefinance/rmm-manager
- Owner: primitivefinance
- License: gpl-3.0
- Created: 2021-06-11T17:35:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T16:16:12.000Z (over 2 years ago)
- Last Synced: 2025-07-05T23:47:38.036Z (11 months ago)
- Topics: amm, ethereum, periphery, primitive, rmm
- Language: Solidity
- Homepage:
- Size: 1.94 MB
- Stars: 35
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Primitive Replicating Market Maker
[](https://img.shields.io/github/stars/primitivefinance/rmm-manager?style=social)

[](https://github.com/primitivefinance/rmm-manager/actions/workflows/ci.yaml)
[](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.