With this library, you will be able to use the Steem js library with just drag and drop.
Accounts:
- getAccounts
- getAccountCount
- getConversionRequests
- getAccountHistory
- getOwnerHistory
- getRecoveryRequest
Content:
- getContent
- getContentReplies
- getDiscussionsByAuthorBeforeDate
- getRepliesByLastUpdate
Witnesses:
- getActiveWitnesses
- getMinerQueue
- getWitnessByAccount
- getWitnessCount
- getWitnesses
- getWitnessesByVote
Globals:
- getChainProperties
- getConfig
- getCurrentMedianHistoryPrice
- getDynamicGlobalProperties
- getFeedHistory
- getHardforkVersion
- getNextScheduledHardfork
- getRewardFund
- getVestingDelegations
Tags:
- getTrendingTags
- getDiscussionsByTrending
- getDiscussionsByCreated
- getDiscussionsByActive
- getDiscussionsByCashout
- getDiscussionsByPayout
- getDiscussionsByVotes
- getDiscussionsByChildren
- getDiscussionsByHot
- getDiscussionsByFeed
- getDiscussionsByBlog
- getDiscussionsByComments
Config:
- getChainId
- setAddressPrefix
- setChainId
- setOptions
Votes:
- getAccountVotes
- getActiveVotes
Authority / validation:
- getTransactionHex
- getTransaction
- getRequiredSignatures
- getPotentialSignatures
- verifyAuthority
- verifyAccountAuthority
Total Nodes: 49
To run the nodes on your localhost you must have Node-RED installed on your localhost.
$ git clone https://github.com/jayserdny/node-red-contrib-steem
$ cd node-red-contrib-steem
$ npm install
To install the node modules on your localhost, install it into your Node-RED runtime.
$ sudo npm link
$ cd ~/.node-red
$ npm link node-red-contrib-steem
Run node-red.
$ node-red
Open a browser and go to the address http://127.0.0.1:1880.
To contribute fork the node-red-contrib-steem repository and submit pull requests.
See the LICENSE file for license rights and limitations (MIT).