netcoin
v1.0.20
Published
Generating Blockchains
Downloads
23
Readme
Current features:
- creating Blockchain
Usage example
https://www.npmjs.com/package/pnc
Setup for the project
Download the module with the command: npm install --save netcoin
Import the module with:
const netcoin = require('netcoin');
creating a blockchain
var chain = netcoin.createChain(Enter Amount);