netcoin

Generating Blockchains

Usage no npm install needed!

<script type="module">
  import netcoin from 'https://cdn.skypack.dev/netcoin';
</script>

README

License: UCOP v3

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);