Crypto order book app is a ledger containing all outstanding orders – instructions from traders to buy or sell currency. An order to buy is called a bid
and an order to sell is called an ask.
Bids and asks are paired up as soon as their requirements are fulfilled, resulting in a trade.
List of libraries, tools, etc needed (e.g. npm, yarn, etc)
- React.js - A JavaScript library for building user interfaces
- SemanticUI - Semantic UI React is the official React integration for Semantic UI
- A package manager - yarn
- Bitstamp API for trading pairs - Bitstamp provides reliable trading of cryptocurrencies.
- Bitstamp streaming API - Bitstamp streaming API
- Clone the repo -
git clone https://github.com/McHardex/react-crypto.git
- Change into the project directory -
cd react-crypto
- Install project dependencies run
yarn install
- Run the server
yarn start
The application is staged here