Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

steem

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steem

SteemJS the JavaScript API for Steem blockchain

  • 0.2.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
151
increased by8.63%
Maintainers
2
Weekly downloads
 
Created
Source

SteemJS

SteemJS the JavaScript API for Steem blockchain

Install

$ npm install steem --save

Documentation

https://steemjs.com/ https://github.com/adcpm/steem/tree/master/doc

Examples

Get Accounts

var Steem = require('steem');
var steem = new Steem();

steem.getAccounts(['ned', 'dan'], function(err, result) {
	console.log(err, result);
});

Get State

steem.getState('/trends/funny', function(err, result) {
	console.log(err, result);
});

Get Config

steem.getConfig(function(err, result) {
	console.log(err, result);
});

Browser

Front-end library will be available soon as possible.

Contributions

Patches are welcome! Contributors are listed in the package.json file. Please run the tests before opening a pull request and make sure that you are passing all of them. If you would like to contribute, but don't know what to work on, check the issues list or on Slack https://steem.slack.com/ channel #steemjs.

Issues

When you find issues, please report them!

License

MIT

Keywords

FAQs

Package last updated on 25 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc