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
- Host: GitHub
- URL: https://github.com/crypto-com/swap-contracts-core
- Owner: crypto-com
- License: other
- Created: 2020-08-31T05:40:24.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-03T12:48:25.000Z (over 3 years ago)
- Last Synced: 2023-03-03T19:48:46.319Z (over 3 years ago)
- Language: TypeScript
- Homepage: https://crypto.com/defi/swap
- Size: 3.46 MB
- Stars: 16
- Watchers: 4
- Forks: 21
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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`