Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 348 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 348 Bytes

MergeSwap Contracts

Getting Started

Create a .env file with actual values (see .env.example as an example format).

Install the packages:

yarn

Compile

npx hardhat compile

Test

GAS_REPORT=true npx hardhat test

Deploy & Verify bytecode

npm run deploy:pow

npm run deploy:pos