1.0.0 • Published 9 years ago

dogeparty v1.0.0

Weekly downloads
3
License
Apache License
Repository
github
Last release
9 years ago

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