Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AkashRajpurohit/node-blockchain

Repository files navigation

Blockchain App using Node.js

Things I've learned while building this

  • Building the blockchain class with its required functionality.
  • Accessing the blockchain with express API.
  • Creating a decentralized blockchain network.
  • Synchronizing the entire network.
  • Create Consensus.
  • Building Block Explorer (UI tool to view blockchain data) etc..

Running the APP locally

Prerequisites

  1. NodeJS: Please install NodeJS >= 10.15.0. If you already have it, you're good to go.

  2. Yarn: Visit Yarn download page. Select your Operating system and follow the instructions.

Once you have the Prerequisites covered:

  1. Clone this repository from GitHub onto your local computer.
git clone https://github.com/AkashRajpurohit/node-blockchain.git
  1. Navigate into the project folder and install all of its necessary dependencies with Yarn.
cd node-blockchain
yarn install
  1. Start the server
yarn start

This will start the decentralized network on ports 3001 - 3006. Visit each node at these urls.


Todo:

  • Prepare and publish Postman docs.

Visit my portfolio

Akash Rajpurohit

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /