Skip to content

Artimunor/miniblockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniblockchain

Instalation

  • npm install

Build

  • npm run build

Test

  • npm test

Run

  • npm run exe

Usage

  • Run the blockchain with 'npm run-script exe' on a commandline.
  • Choose if you want to be a 'blockmaker' (server) or 'node' (client)
    Only one 'blockmaker' can exist and it has to be started first.
    When you have a 'blockmaker' started, open another terminal to run a 'node'. (not to be confused with NodeJS)
  • Choose your mining difficulty (default: 3) when prompted.
    WARNING: if you choose a high number mining will take very long, anything higher than 6 is not advisable, especially with the log level set to ALL.
  • Enter some data (default: 'some data') to be put in the block when prompted.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published