/Crypto-with-React

Full stack Crypto-Currency System with MERN

Primary LanguageHTML

A crypto-chain project with React

CircleCI codecov

  • Full-on Backend with TDD.
  • Full frontend React.js
  • A real-time connected peer-to-peer server setup with redis pub/sub.
  • Implement with POW algorithm
  • Implement transactions according to white papper

Envirnoment Setup

Experience Feature

Both website are interactive with each others, each website can allow conduct transaction and mine transaction with each others.

Home page image

Conduct Transaction page image

Transaction Pool page image

Mine Transaction page image

Blockchain Concept Reference

Project Setup

Download the project from github

https://github.com/libterty/Crypto-with-React.git

To initialize the project, type following to install

npm i

To run the project

npm run start