Skip to content

rikimarutsui/blockchain-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain-Nodejs

This is a blockchain example using Node.js

Installation

Use the package manager [npm] to install

npm install

Usage

Start the application (main node)

node index.js

Start the application (secondary nodes)

HTTP_PORT=3001 P2P_PORT=5002 PEERS=ws://localhost:5001 node index.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published