Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 503 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 503 Bytes

M^0 Core

Integration tests and scripts for M^0 protocol and periphery.

Deploy

Staging deploy

Run the following command to deploy the contracts to Sepolia:

make deploy-staging

Production deploy

Run the following command to deploy the contracts to Ethereum Mainnet:

make deploy-production

Tests

Integration and unit tests

Run:

make tests

Fork tests

To run the local fork tests in one command, run:

yarn fork-run:local