@50centnetwork/uniswap-v2-core 中文文档教程
Uniswap V2
uniswap.org 提供了有关 Uniswap V2 的深入文档。
可以通过 unpkg.com 浏览构建的合约工件。
Local Development
以下假设使用 node@>=10
。
Install Dependencies
yarn
Compile Contracts
yarn编译
Run Tests
yarn测试
Uniswap V2
In-depth documentation on Uniswap V2 is available at uniswap.org.
The built contract artifacts can be browsed via unpkg.com.
Local Development
The following assumes the use of node@>=10
.
Install Dependencies
yarn
Compile Contracts
yarn compile
Run Tests
yarn test