Skip to content

laminar-protocol/flow-exchange

Repository files navigation

license

FLOW EXCHANGE

Bridging On- and Off-Chain Asset Trading

Overview

  • Entry You can select the chain you want to use, the Laminar chain or the Flow Protocols Smart Contract.

  • Dashboard Here you can view the balance of the assets you own, and the scrolling Live Quotes.

  • Margin Trading Here you can make margin transactions, such as USD/JPY, XAU/USD, BTC/USD and so on.

  • Swap USD token and all other tokens can be exchanged easily and quickly.

  • Liquidity Provider Here you can view an overview of Liquidity Providers and manage the Liquidity Pools you own.

Development

  1. Clone this repo

    git clone git@github.com:laminar-protocol/flow-exchange.git
  2. Install dependencies by yarn

    yarn
  3. Launch the UI

    yarn start

Temporarily view any account

If you do not have the private key for this account, but want to view some of the data for this account, you can do this by adding an item to the SessionStorage. like:

sessionStorage.setItem(‘DEV_ACCOUNT’, 5Hj6nQX....)

SessionStorage will be emptied when you close the web window.