Skip to content

knexcoin/Ayedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AYEDEX — KnexCoin DAG Decentralized Exchange

A decentralized exchange interface for trading KNEX/BTC and RAW/SAT pairs on the KnexCoin DAG network with Proof-of-Bandwidth consensus.

Trading Pairs

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

Unit Reference

  • 1 KNEX = 10,000,000 RAW
  • 1 BTC = 100,000,000 SAT
  • 1 SAT ≈ ~10,000 RAW

Features

  • 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)

Tech Stack

  • React 19 — UI framework
  • Vite 6 — Build tool
  • Canvas API — Candlestick chart rendering
  • JetBrains Mono — Monospace data font
  • Orbitron — Logo display font

Project Structure

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

Development

npm install
npm run dev

Build

npm run build

Output goes to dist/ — deploy the contents to any static host.

Live

ayedex.com

License

© 2026 Distributed Ledger Technologies (DLT) — Skyknet.com

About

Decentralized Exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors