@swapr/core
v0.3.20
Published
DXswap core is a fork of the [Uniswapv2 core smart contracts v1.0.0](https://github.com/Uniswap/uniswap-v2-core/releases/tag/v1.0.0).
Downloads
398
Readme
DXswap Core Contracts
DXswap core is a fork of the Uniswapv2 core smart contracts v1.0.0.
Local Development
The following assumes the use of node@>=10
.
Clone Repository
git clone https://github.com/levelkdev/dxswap-core.git
Install Dependencies
yarn
Compile Contracts
yarn compile
Run Tests
yarn test
Flatten Contracts
yarn flattener