文件名称:uniswap-v2-periphery:for用于与Uniswap V2交互的外围智能合约
文件大小:187KB
文件格式:ZIP
更新时间:2024-02-25 22:58:26
ethereum smart-contracts cryptocurrency erc20 decentralized-exchange
Uniswap V2 有关Uniswap V2的详细文档,请访问 。 可以通过浏览构建的合同工件。 当地发展 以下假设使用node@>=10 。 安装依赖项 yarn 编制合同 yarn compile 运行测试 yarn test
【文件预览】:
uniswap-v2-periphery-master
----.gitignore(21B)
----package.json(1KB)
----LICENSE(34KB)
----tsconfig.json(157B)
----.waffle.json(488B)
----.github()
--------workflows()
----README.md(670B)
----.mocharc.json(112B)
----buildV1()
--------UniswapV1Exchange.json(38KB)
--------UniswapV1Factory.json(4KB)
----contracts()
--------libraries()
--------UniswapV2Migrator.sol(2KB)
--------UniswapV2Router02.sol(18KB)
--------interfaces()
--------UniswapV2Router01.sol(12KB)
--------examples()
--------test()
----.gitattributes(32B)
----.yarnrc(20B)
----test()
--------ExampleSlidingWindowOracle.spec.ts(13KB)
--------UniswapV2Router01.spec.ts(27KB)
--------ExampleSwapToPrice.spec.ts(6KB)
--------UniswapV2Router02.spec.ts(12KB)
--------ExampleComputeLiquidityValue.spec.ts(15KB)
--------shared()
--------UniswapV2Migrator.spec.ts(3KB)
--------ExampleOracleSimple.spec.ts(2KB)
--------ExampleFlashSwap.spec.ts(6KB)
----.prettierrc(64B)
----yarn.lock(286KB)