1.0.5 • Published 5 years ago

blockchaindata-lib v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Documentation

Presently, we do not have any formal documentation other than our example

Installation

npm install blockchaindata-lib

API

SaveTextToBlockchain( dataString ) dataString - any string that will be saved to blockchain

SaveJSONToBlockchain( objectJSON ) objectJSON - any json object that will be savet to blockchain

SaveFileToBlockchain( data ) data - the javascript File object

GetObjectFromBlockchain( txid ) txid - transaction id

Return values

All "Save" functions are returned the json object {result: boolean, message: string, txid: string}

function GetObjectFromBlockchain returned the json object {type: string, base64: string}

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago