Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 906 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 906 Bytes

autoswap-cancel-orders

dApp to cancel missing limit orders on Autonomy's Autoswap - https://osmosis.autoswap.trade/

📌 don't forget to bookmark!

Features:

  • Pull list of open orders
  • Cancel specific order
  • ✅ Keplr
  • ✅ Ledger

Custom Hosting:

Everything in the ./dist folder is ready to be hosted on a web server. Simply copy and paste and it should work.

Development Setup

Install project and dev dependencies:

npm install

For development:

npm run dev
  • Deploys a localhost HTTP server ()
  • Monitors JS, CSS & HTML and bundles changes (outputs to ./preview which is included in .gitignore)

Compile:

npm run compile

Bundles js for browser, outputs to:

  • ./dist (included in .gitignore)
  • ./docs (use for github pages)