A simulated cryptocurrency exchange
git clone https://github.com/marlowpayne/coin-xchange.git
cd coin-xchange/
yarn
yarn start
A browser will open Coin Xchange at http://localhost:3000
Naive market activity is directed by the factors found in constants.
Disclaimer: I have no real knowledge of how markets actually behave.
This project uses Storybook. Start it up with yarn run storybook