dogeparty

1.0.0 • Public • Published

dogepartychain-node

nodejs API for Dogeparty chain

Installation

npm install dogeparty

Instance

var dogeparty = require('dogeparty');

Usage

dogeparty.method(<args>).then(function(response) {
        //Results here
    });

Methods

Refer to the Dogeparty chain API to know about each output and explanation

getAddressInfo(address)
getAssetInfo(asset)
getBlockInfo(block)
getTransactionInfo(txHash)
getLatestTransactions()
getLatestBroadcasts()
getMempoolInfo()
getLatestAssets()
getBalance(address)
getBurns(address) | getBurns(block_number)
getBroadcasts(address) | getBroadcasts(block_number)
getIssuances(address) | getIssuances(asset) | getIssuances(block_number)
getTransactions(address) | getTransactions(asset)
getHolders(asset)

Development

Feel free to fork from dogepartychain-node

Issues

https://github.com/sgsshankar/dogepartychain-node/issues

Package Sidebar

Install

npm i dogeparty

Weekly Downloads

2

Version

1.0.0

License

Apache License

Last publish

Collaborators

  • sgsshankar