1.0.0 • Published 5 years ago

soundac_transact v1.0.0

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

soundac_transact

A package for easy transacting on the Soundac blockchain

soundac_transact simplifies interacting with the soundac blockchain for posting customJson.

This is a work-in-progress package and for now only contains a single function, creating custom_json transactions. Feel free to add new functions by opening up a pull request, just make sure they behave similarly to the currently existing function.

Installation

Simply run npm install soundac_transact to install.

Usage

const soundac_transact = require('soundac_transact')

soundac_transact(soundac_client, prefix).json(
    username,
    private_active_key,
    id,
    jsondata,
    callback
);