Skip to content

arthur-zhuk/eth-dex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum DEX

Solidity JavaScript Ethereum

Decentralized exchange (DEX) for the Ethereum blockchain capable of listing market and limit orders for DAI, BAT, ZRX, and REP tokens.

Features

  • Multiple Token Support: Trade DAI, BAT, ZRX, and REP
  • Order Types: Both market and limit orders
  • Decentralized: Fully on-chain order book
  • Smart Contract Based: Secure and trustless trading

Tech Stack

  • Smart Contracts: Solidity
  • Frontend: JavaScript/React
  • Blockchain: Ethereum

Installation

git clone https://github.com/arthur-zhuk/eth-dex.git
cd eth-dex
npm install

Usage

npm start

Connect your wallet and start trading supported tokens.

Supported Tokens

  • DAI: Stablecoin
  • BAT: Basic Attention Token
  • ZRX: 0x Protocol Token
  • REP: Augur Token

Order Types

  • Market Orders: Execute immediately at current market price
  • Limit Orders: Execute when price reaches specified limit

Development

npm start    # Start development server
npm run build # Build for production

License

MIT

About

Ethereum DEX capable of trading DAI/BAT/ZRX/REP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors