Web interface for viewing Coinswap market offers and monitoring the decentralized Bitcoin swap marketplace.
Marketd provides a dashboard for the Coinswap Protocol - a decentralized atomic swap protocol for private Bitcoin transactions. View live market offers, maker node status, and network activity.
- Rust (latest stable)
- Node.js (v16+)
chmod +x run.sh
./run.sh
Backend:
cd daemon
cargo run
Frontend (in another terminal):
cd web
npm install
npm run dev
- Live Market Data: View available swap offers and fees
- Maker Status: Monitor online/offline maker nodes
- Network Stats: Track liquidity and swap activity
- Privacy First: All communication over Tor
- Coinswap Protocol - Main implementation
- Protocol Docs - Technical specification
MIT