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.
JSCOIN is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.
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.
Requirements:
- NODEJS
git clone https://github.com/flupine/JSCOIN.git
cd JSCOIN
npm install
node server.js