Skip to content

Latest commit

 

History

55 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Red nodes for Steem Blockchain

With this library, you will be able to use the Steem js library with just drag and drop.

Available Nodes

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

Requirements

To run the nodes on your localhost you must have Node-RED installed on your localhost.

Installation

$ 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.

Contributing

To contribute fork the node-red-contrib-steem repository and submit pull requests.

Copyright and License

See the LICENSE file for license rights and limitations (MIT).

About

Node Red Node for Steem Blockchain

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages