soundac_transact

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i soundac_transact

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.39 kB

Total Files

3

Last publish

Collaborators

  • _mon