Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Feb 6, 2024
1 parent cf77de8 commit e709f7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions basic/13-decentralized-exchange/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

14 changes: 7 additions & 7 deletions basic/13-decentralized-exchange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit e709f7c

Please sign in to comment.