Skip to content

Basic Blockchain example in NodeJS. I built this to get a better understanding of block chain. I also decided to use jsdoc and jest for some testing.

Notifications You must be signed in to change notification settings

dbatydev/basic-nodejs-blockchain-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs Blockchain Basic Example

Simple Blockchain App using NodeJS

Get Started

This basic block chain example shows the how a basic blockchain works. It uses jsdocs as well as jest for testing.

To install and run the example, first clone the repository and optionally replace the "blockchainEx" directory with your desired name.

git clone https://github.com/greatdane89/basic-nodejs-blockchain-crypto.git blockchainEx
#Navigate into proper directory
cd blockchainEx

#install dependencies
npm install

#Run the docs
npm run doc

#Run test
npm run test

#Run the application
npm run start

Visit blockchainEx/docs/ in your file system and open index.html in your browser to view the docs.

About

Basic Blockchain example in NodeJS. I built this to get a better understanding of block chain. I also decided to use jsdoc and jest for some testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published