Skip to content

hposton/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain

Installation

This code requires Node.js 7+ (which comes with npm)

Installation requires Git. From the command line:

# Download repo
git clone https://github.com/hposton/blockchain

# Enter repository
cd blockchain

# Install dependencies
npm install

# Generate public/private keys
mkdir keys
cd keys
openssl genrsa -out private-key.pem 2048
openssl rsa -in private-key.pem -pubout -out public-key.pem
cd ..

# Run the app
npm start

Getting Started

This code uses vorpal as a CLI. To see available commands, type help into the vorpal interface

Learn More

This code is used in my Build a Blockchain from Scratch offered by Eduonix.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published