A decentralized exchange interface for trading KNEX/BTC and RAW/SAT pairs on the KnexCoin DAG network with Proof-of-Bandwidth consensus.
| Pair | Type | Description |
|---|---|---|
| KNEX/BTC | Standard | KnexCoin priced in Bitcoin |
| BTC/KNEX | Inverse | Bitcoin priced in KnexCoin |
| RAW/SAT | Standard | Raw units priced in Satoshis |
| SAT/RAW | Inverse | Satoshis priced in Raw units |
- 1 KNEX = 10,000,000 RAW
- 1 BTC = 100,000,000 SAT
- 1 SAT ≈ ~10,000 RAW
- Real-time candlestick chart (Canvas OHLCV) with 6 timeframes (1m, 5m, 15m, 1h, 4h, 1D)
- Live order book with bid/ask depth visualization
- Trade history feed
- Limit, Market, and Stop-Limit order types
- Pair flipping (KNEX/BTC ⇄ BTC/KNEX)
- Bandwidth mining stats and LP boost tracking
- DAG network status (TPS, node count, latency)
- React 19 — UI framework
- Vite 6 — Build tool
- Canvas API — Candlestick chart rendering
- JetBrains Mono — Monospace data font
- Orbitron — Logo display font
ayedex/
├── index.html
├── package.json
├── vite.config.js
├── public/
│ └── sky.svg
└── src/
├── main.jsx
├── App.jsx
├── constants/
│ ├── colors.js
│ └── pairs.js
├── utils/
│ ├── format.js
│ └── generators.js
├── components/
│ ├── TopBar.jsx
│ ├── Ticker.jsx
│ ├── CandlestickChart.jsx
│ ├── OrderBook.jsx
│ ├── TradeHistory.jsx
│ ├── OrderForm.jsx
│ ├── OrdersPanel.jsx
│ ├── PairSelector.jsx
│ └── StatusBar.jsx
└── styles/
└── global.css
npm install
npm run devnpm run buildOutput goes to dist/ — deploy the contents to any static host.
© 2026 Distributed Ledger Technologies (DLT) — Skyknet.com