1.0.8 • Published 6 years ago

msgchain v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

msgchain

Module to build a chain of messages to be committed to energy blockchain.

Installation

npm install -g msgchain

Usage Commandline

stromdao.msgchain help

Usage in Node JS

const MSGChain=require("msgchain");
var msgchain=new MSGChain();

msgchain.store("Some Data",function(tx) {console.log("Energy Chain Address",tx)});