Spectrum Protocol
  • Home
  • Security
  • Transparency
  • Roadmap
  • Protocol
    • Spectrum Token (SPEC)
    • Vaults
    • Fees
    • APY Calculation
    • Governance
  • USER GUIDE
    • Web App
      • Vaults
      • Trade SPEC
      • Governance
    • Emergency Withdraw
    • Community Tools
  • External Resources
    • Medium
    • Twitter
    • Github
    • Coingecko
    • CoinMarketCap
    • Telegram
Powered by GitBook
On this page

Was this helpful?

  1. USER GUIDE

Emergency Withdraw

PreviousGovernanceNextCommunity Tools

Last updated 3 years ago

Was this helpful?

Terra chain does not provide the tool to execute command directly from the contract yet. In case you cannot access or you would like to have your own version of client to operate Spectrum Protocol Web App. Here are the steps:

  1. Install (can skip if you already installed)

  2. Clone or download frontend project from . If you download zip file, then unzip to a folder.

3. Open project folder in terminal or command prompt.

4. Install dependencies

npm i --force

We need to force install because rxjs library from Angular and Wallet Provider from Terra are conflicted.

5. Run local server

npm start

For MacOS user, you can follow this website

For Windows user,

6. Open your browser, go to , now you can connect your wallet and do any operations directly to the contracts from your machine.

https://ladedu.com/how-to-open-a-terminal-window-at-any-folder-from-finder-in-macos/
https://www.thewindowsclub.com/how-to-open-command-prompt-from-right-click-menu
http://localhost:4200/
https://terra.spec.finance
nodejs
https://github.com/spectrumprotocol/frontend