3.0.0 • Published 2 years ago

uniswap-core2 v3.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Uniswap V2

Actions Status Version

In-depth documentation on Uniswap V2 is available at uniswap.org.

The built contract artifacts can be browsed via unpkg.com.

Local Development

nodejs版本必须是10以上。

将tsconfig.json的target改为es6。

Install Dependencies

yarn // 执行之后生成node_modules

// 其它指令:yarn cache clean --force

Compile Contracts

yarn compile // 编译sol文件

Run Tests

yarn test // 测试部署文件