ApeX-Protocol / core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Solidity 75.2%Language:JavaScript 24.8%