@1hive/dxswap-core 中文文档教程
DXswap Core Contracts
DXswap 核心是 Uniswapv2 核心智能合约 v1.0.0 的一个分支。
Local Development
以下假设使用 node@>=10
。
Clone Repository
git clone https://github.com/levelkdev/dxswap-core.git
Install Dependencies
yarn
Compile Contracts
yarn 编译
Run Tests
yarn 测试
Flatten Contracts
纱线压平器
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