Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 323 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 323 Bytes

DeFi Swap

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

Steps to deploy

yarn compile
yarn truffle-compile
yarn replace-factory
yarn truffle-migrate OR yarn truffle-migrate-ropsten