8000 Work So Far · WandXDapp/desktop_app Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Work So Far

Smit Rajput edited this page Feb 19, 2020 · 1 revision

Trade Aggregator

  1. Allow users to swap 'n' tokens with 'n' other tokens, one at a time, using best exchange rates from Bancor, Kyber and Uniswap. 'n' represents all tokens available in Bancor, Kyber and Uniswap liquidity pools.
  2. Integration with a decent UI for the swap.

Staking

Livepeer

  1. Allow users to stake the 8000 ir Livepeer tokens to an 'Orchestrator' of their choice, with an improved UI that guides them through the process.
  2. Users can buy LPT using the UI itself, if they do not own any.
  3. Staking rewards can be received in a matter of 8 days.

Tezos

  1. Allowing users to delegate their Tezos tokens (XTZ) to delegates they can find from the UI itself.
  2. Feature that allows users to transfer their XTZ to other addresses
  3. Very first staking rewards transferred directly into users' wallets, 2 months from the time of staking.

Baskets

  1. An improved wallet that displays all tokens the user owns.
  2. If a user wants some token she doesn't own, she has the option to buy it, while creating her basket.
  3. Baskets being created on a single click from the user, after which, they are free to close the desktop app and come back later to find their baskets published (or resume the creation process, in case it gets paused).
  4. UI that will allow users to see all the baskets that are pending, all that are active (published on blockchain), and all they do not own, with relevant details.
  5. UI that will allow users to buy the baskets they do not own, and also to liquidate the baskets they own.
  6. Appropriate server code to handle (2), (3), (4) and (5) above. Built in such a manner that allows it to resume from where it left off, after a crash (due to request overload, etc.), hence making it crash-tolerant. Now using infura instead of maintaining our own geth node (may save on cost).
0