Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add link #1018

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
Loading