Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 894 Bytes

File metadata and controls

21 lines (16 loc) · 894 Bytes

简介

本样例主要介绍 etherdelta 合约逻辑, 演示对 etherdelta 合约的基本使用.

有去中心化交易所, 有 etherdelta 订单薄模式和uniswap的AMM做市商模式。 待集成 0x & bancor & kyber

EtherDelta

EtherDelta, 详情参见 ./EtherDelta/README.md

uniswap-v1-like

仿uniV1项目,详情参见 ./uniswap-v1-like/README.md

参考链接

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/