Skip to content

ejazsidhu/blockChainReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Blockchain Web-Service

This is a simple blockchain web service to store data in private blockchain.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Following technologies are used in this project:

  1. Node.js
  2. ReaccJs
  3. Bootstrap

Prerequisites

Installing Node and NPM is pretty straightforward using the installer package available from the (Node.js® web site)[https://nodejs.org/en/].

  • Test your node installation by typing below command in terminal
node --version

Running Blockchain web service

  • Installing project dependencies
npm install
  • Start the application and browse it at : http://localhost:3000
    Note : npm start will invoke ./bin/www script which contains web service startup script
 npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published