Decentralised transactional system with blockchains on node.js. Developed for a school project in early 2018.
cd node-blockchain - change directory to project folder
npm install - install dependencies
npm run start - concurrently run 3 servers (you can run more than that if you want)
now, go to localhost:3000 and start making transactions!
