Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 301 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 301 Bytes

ApeX Protocol

Contracts for DEX.

Install Dependencies

npm install

Compile Contracts

npm run compile

Run Tests

npm run test
npx hardhat test ./test/amm.js

Run Deploy

set .env

npm run deploy_arb

reference deploy: npx hardhat run scripts/deploy_reference.js --network l2rinkeby