Skip to content

dautonomous/swap-contracts-core

 
 

Repository files navigation

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

About

Core smart contracts of DeFi Swap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 57.9%
  • Solidity 37.7%
  • JavaScript 3.4%
  • Shell 1.0%