Movatterモバイル変換


[0]ホーム

URL:


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

Code that shows how to build your own Bitcoin-like blockchain with JavaScript.

NotificationsYou must be signed in to change notification settings

michielmulders/blockgeeks-build-blockchain-advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the Code

  1. To install all dependencies, just runyarn install ornpm install.
  2. As we want to run several instances (~nodes) of the code, we need to give a newPORT environment variable to each instance (~node). So, start the node with:PORT=5000 npm start.
  3. Other nodes can be added in the same way with a different port:PORT=5001 npm start.
  4. As gossiping (the addition of a new node) is not yet implemented, we have to register each node manually using Postman.

About

Code that shows how to build your own Bitcoin-like blockchain with JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp