Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 523 Bytes

File metadata and controls

36 lines (18 loc) · 523 Bytes

pMaker Spell

Building

install dependencies

yarn

Copy the .env.sample to a .env file and add your private key or use one of the publicly available hardhat ones

Compile contracts

npx harhdat compile

Running tests

Perform unit tests

mpx hardhat test 

The data of the price feed simulation tests will be saved to the makerData.json file for review.

Read the proposal review here