Skip to content

sajjadhira/blockchain-development-using-nodejs-express-reactjs

Repository files navigation

Blockchain development with NodeJS, ExpressJS & ReactJS

In this project we are going to develop a Blockchain using NodeJS, ExpressJS & ReactJS

Enverionmnet Setup Make sure you have installed Node in your machine, if you don't have node first download from the official website of Node. If you already installed node then we are installing a library for testing jest. For installing jest run this command in your terminal.

npm i jest
  1. Created Block.js for define block method and block.test.js for testing.
  2. Create a construct method.
  3. Create addBlock method.

About

In this project we are building a Blockchain using NodeJS, Express & ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published