Skip to content
/ JSCOIN Public

Basic implementation of blockchain in javascript.

License

Notifications You must be signed in to change notification settings

flupine/JSCOIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge FOSSA Status Maintainability Build Status

JSCOIN - Basic blockchain implementation in JS

What is JSCOIN ?

JSCOIN is an experimental implementation of blockchain in Javascript/NodeJS, eventually the goal would be to have a complete blockchain. I provide a complete documentation about the code so if you want, you can easily contribute to the project.

License

JSCOIN is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of JSCOIN.

The contribution workflow is described in CONTRIBUTING.md.

How to use

Requirements:

  • NODEJS
git clone https://github.com/flupine/JSCOIN.git
cd JSCOIN
npm install
node server.js

License

FOSSA Status