Skip to content

Repository files navigation

SeqDEX site

The standalone SeqDEX website for the Sequentia testnet, live at https://sequentiatestnet.com/dex/. Non-custodial by construction: it has no wallet of its own and drives everything through the Ambra browser extension (repo sequentia-extension, window.sequentia).

Three trading surfaces, deliberately separate (no unified order book), plus a channel marketplace:

  • LNDEX: pure Lightning swaps; both legs of every trade run through Lightning channels (maker's and taker's), including cross-chain BTC.
  • On-chain DEX: atomic on-chain settlement, covenant resting orders, cross-chain BTC over on-chain contracts, OpenAMP restricted assets.
  • Confidential DEX: blinded transactions, Sequentia assets only.
  • Channel marketplace: per-asset channel state and inbound liquidity for LNDEX traders.

The web wallet (sequentia-web-wallet) carries the unified trading terminal; this site is the split-surface alternative that reads the same relays.

Architecture and settlement designs: DESIGN.md. Wallet protocol: sequentia-extension/doc/PROVIDER.md.

Static ES modules, no bundler, no framework. Serve the directory as-is; deployed behind Caddy at /dex/ on the testnet box.

Run it locally: python3 -m http.server 8080 in this directory and open http://localhost:8080/index.html. Books, the asset registry and prices are fetched from sequentiatestnet.com when the page is served from any other origin (shared/meta.js, BASE); wallet features need the extension.

About

The standalone SeqDEX website: LNDEX (pure Lightning swaps), on-chain DEX (atomic + covenant + cross-chain BTC + OpenAMP), confidential DEX (blinded, Sequentia-only), and a Lightning channel marketplace. Non-custodial, driven entirely by the Sequentia browser extension wallet. Live at sequentiatestnet.com/dex/

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages