RsTraders is as an educational tool for individuals interested in exploring or investing in cryptocurrency. User transactions are stored in the simulated blockchain (designed specifically for this project). Blockchain is run locally on the server. Built the blockchain in JavaScript to mine transactions and stored blocks as flat file. Stack used to develop the app: React, Material UI, Chartjs, Nodejs, Express, Knex and postgreSQL. If you have any questions, you can contact me directly!
- Install dependencies using the
npm install
command. - Start the web server using the
npm start
command in root and ./express-api/ folders. The app will be served at http://localhost:3000/. - Go to http://localhost:3000/ in your browser.
- Express
- Node 5.10.x or above
- PostgreSQL
- React