Skip to content

Integration tests and scripts for X^0 protocol and periphery

License

Notifications You must be signed in to change notification settings

amr080/xft-core-m0

 
 

Repository files navigation

X^0 Core

Integration tests and scripts for X^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

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 89.7%
  • Shell 6.9%
  • Makefile 2.9%
  • JavaScript 0.5%