dApp to cancel missing limit orders on Autonomy's Autoswap - https://osmosis.autoswap.trade/
📌 don't forget to bookmark!
- Pull list of open orders
- Cancel specific order
- ✅ Keplr
- ✅ Ledger
Everything in the ./dist folder is ready to be hosted on a web server. Simply copy and paste and it should work.
npm install
npm run dev
- Deploys a localhost HTTP server ()
- Monitors JS, CSS & HTML and bundles changes (outputs to ./preview which is included in .gitignore)
npm run compile
Bundles js for browser, outputs to:
- ./dist (included in .gitignore)
- ./docs (use for github pages)