From e709f7c5ca5b3a611a37acfc1fe4088f45c7617c Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 6 Feb 2024 14:46:32 +0800 Subject: [PATCH] add link --- basic/13-decentralized-exchange/README-CN.md | 14 +++++++------- basic/13-decentralized-exchange/README.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/basic/13-decentralized-exchange/README-CN.md b/basic/13-decentralized-exchange/README-CN.md index b7e863f3f..9055b981c 100644 --- a/basic/13-decentralized-exchange/README-CN.md +++ b/basic/13-decentralized-exchange/README-CN.md @@ -21,11 +21,11 @@ 为了方便演示以及兼容hardhat我们做了微调。 backup 目录是原版代码。 ## 参考链接 -https://github.com/etherdelta/smart_contract/blob/master/etherdelta.sol -https://github.com/forkdelta/smart_contract -https://github.com/Uniswap/old-solidity-contracts/blob/master/contracts/Exchange/UniswapExchange.sol -https://zhuanlan.zhihu.com/p/96664332 -https://github.com/PhABC/ethereum-alarm-clock -https://www.codementor.io/@yosriady/signing-and-verifying-ethereum-signatures-vhe8ro3h6 -https://jeiwan.net/posts/programming-defi-uniswap-1/ +- https://github.com/etherdelta/smart_contract/blob/master/etherdelta.sol +- https://github.com/forkdelta/smart_contract +- https://github.com/Uniswap/old-solidity-contracts/blob/master/contracts/Exchange/UniswapExchange.sol +- https://zhuanlan.zhihu.com/p/96664332 +- https://github.com/PhABC/ethereum-alarm-clock +- https://www.codementor.io/@yosriady/signing-and-verifying-ethereum-signatures-vhe8ro3h6 +- https://jeiwan.net/posts/programming-defi-uniswap-1/ diff --git a/basic/13-decentralized-exchange/README.md b/basic/13-decentralized-exchange/README.md index d55d16fd5..d9a64d52c 100644 --- a/basic/13-decentralized-exchange/README.md +++ b/basic/13-decentralized-exchange/README.md @@ -17,10 +17,10 @@ Fork **uniV1** project. The original project was to develop the contract with Vy ## Refer to the link -https://github.com/etherdelta/smart_contract/blob/master/etherdelta.sol -https://github.com/forkdelta/smart_contract -https://github.com/Uniswap/old-solidity-contracts/blob/master/contracts/Exchange/UniswapExchange.sol -https://zhuanlan.zhihu.com/p/96664332 -https://github.com/PhABC/ethereum-alarm-clock -https://www.codementor.io/@yosriady/signing-and-verifying-ethereum-signatures-vhe8ro3h6 -https://jeiwan.net/posts/programming-defi-uniswap-1/ +- https://github.com/etherdelta/smart_contract/blob/master/etherdelta.sol +- https://github.com/forkdelta/smart_contract +- https://github.com/Uniswap/old-solidity-contracts/blob/master/contracts/Exchange/UniswapExchange.sol +- https://zhuanlan.zhihu.com/p/96664332 +- https://github.com/PhABC/ethereum-alarm-clock +- https://www.codementor.io/@yosriady/signing-and-verifying-ethereum-signatures-vhe8ro3h6 +- https://jeiwan.net/posts/programming-defi-uniswap-1/