Skip to content

Latest commit

 

History

History

13-decentralized-exchange

English / 中文

Introduction

This example mainly introduces etherdelta contract logic and demonstrates the basic use of etherdelta contract.

There are decentralized exchanges, including etherdelta order book model and uniswap AMM market-maker model. 0x & Bancor & Kyber to be integrated

EtherDelta

See EtherDelta parsing and Testing for details 👉

uniswap-v1-like

Fork uniV1 project. The original project was to develop the contract with Vyper. Here we will write a uniswapV1 using solidity 0.8.0 to get a deeper understanding of uniswap.

See uniswap-v1-like for details 👉

Refer to the link