An open API service indexing awesome lists of open source software.

https://github.com/crypto-com/swap-contracts-core

Core smart contracts of DeFi Swap
https://github.com/crypto-com/swap-contracts-core

Last synced: 5 months ago
JSON representation

Core smart contracts of DeFi Swap

Awesome Lists containing this project

README

          

# 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`