Skip to content

Commit

Permalink
fix(whitepaper): adds the whitepaper to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed Nov 9, 2021
1 parent 47119f5 commit 73b3edf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ This repository has a **$250,000** bug bounty through Immunefi. Details are on t

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

# Specification

The math and smart contract specification is detailed in this paper: [RMM-01](https://primitive.finance/whitepaper-rmm-01.pdf)

# Contracts

This repository has two contracts: PrimitiveFactory and PrimitiveEngine
Expand Down
1 change: 1 addition & 0 deletions contracts/PrimitiveEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import "./libraries/Reserve.sol";
import "./libraries/SafeCast.sol";
import "./libraries/Transfers.sol";
import "./libraries/Units.sol";

import "./interfaces/callback/IPrimitiveCreateCallback.sol";
import "./interfaces/callback/IPrimitiveDepositCallback.sol";
import "./interfaces/callback/IPrimitiveLiquidityCallback.sol";
Expand Down

0 comments on commit 73b3edf

Please sign in to comment.