Decentralized exchange (DEX) for the Ethereum blockchain capable of listing market and limit orders for DAI, BAT, ZRX, and REP tokens.
- 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
- Smart Contracts: Solidity
- Frontend: JavaScript/React
- Blockchain: Ethereum
git clone https://github.com/arthur-zhuk/eth-dex.git
cd eth-dex
npm installnpm startConnect your wallet and start trading supported tokens.
- DAI: Stablecoin
- BAT: Basic Attention Token
- ZRX: 0x Protocol Token
- REP: Augur Token
- Market Orders: Execute immediately at current market price
- Limit Orders: Execute when price reaches specified limit
npm start # Start development server
npm run build # Build for productionMIT