Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 873 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 873 Bytes

TradeOgre explorer

This project is about a tradeogre wallet manager.
It's just a demo.
This project was bootstrapped with Create React App. It uses react-bootstrap

Setup

  • Insert your tradeogre holdings in a new file src/wallet.js (you can find an example in src/wallet_example.js).
  • In the project directory, you can run:

yarn install

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

  • Make up a password for login.
  • See your holdings

Screen Shots

Demo1 Demo2 Demo3

TODO

  • Get user wallet holding via tradeogre user api key
  • Encrypt the user info with user password
  • Do trading with wallet interface via tradeogre api