Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ABMINAZ/-miden-private-dex

 
 

Repository files navigation

Miden Private DEX

Private order book + matching demo on Miden testnet.

Local development

npm install
npm run dev

Deploy

Push to GitHub, import in Vercel. vercel.json sets the COOP/COEP headers required for Miden WASM. No env vars are required for a default testnet build.

Optional env vars (in Vercel project → Settings → Environment Variables):

  • VITE_MIDEN_RPC_URL — defaults to testnet
  • VITE_MIDEN_PROVERtestnet | devnet | local, defaults to testnet

Roadmap

  • Wallet connect (MidenFi)
  • Local order book + matching
  • On-chain P2ID swap-note submission via Miden SDK
  • Matchmaker backend service
  • Atomic swap notes (Rust contract under dex-contract/)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 72.7%
  • CSS 26.8%
  • HTML 0.5%