uniswap-core2
v3.0.0
Published
🎛 Core contracts for the UniswapV2 protocol
Downloads
3
Maintainers
Readme
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
nodejs版本必须是10以上。
将tsconfig.json的target改为es6。
Install Dependencies
yarn
// 执行之后生成node_modules
// 其它指令:yarn cache clean --force
Compile Contracts
yarn compile
// 编译sol文件
Run Tests
yarn test
// 测试部署文件