A React + Rails SPA for simulating blockchain currency trades with fake money. This app allows a user to find cryptocurrencies to trade, research details on tradeable coin-pairs, select an exchange, execute a trade, review a history of past trades, and see their current portfolio of coins and cash.
Documentation for the API serving data to the React client is available via Postman: https://documenter.getpostman.com/view/2759449/collection/RVnZfx7D
- MongoDB
- Mongoid ORM
- Rails
- React
- React-Router
- Redux
- Redux-Thunk
Research Tradeable Coin-Pairs
Select a coin-pair, get aggregated data, select an exchange where the coin-pair is traded, and see historical trading activity for that exchange.
View A List Of Blockchain Currencies
See data on avaliable cryptocurrency coins with values converted to a government-backed currency or another cryptocurrency.
Execute Trades of Valid Coin-Pairs
Use the simulated trading page to execute fake cryptocurrency trades. Coin-pair trades are checked for validity against extant exchanges and your portfolio contents.