
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
steem-js-api
Advanced tools
steem-js-api is a lightweight version of Steem.js containing only the API part All auth, serialization, formatter and streaming code has been stripped, as has and Bluebird promises have been converted to regular Promises. All methods now use promises, so there are no xxAsync methods.
For documentation of the original
Here is full documentation: https://github.com/steemit/steem-js/tree/master/doc
<script src="./steem.min.js"></script>
<script>
steem.api.getAccounts(['ned', 'dan'], function(err, response){
console.log(err, response);
});
</script>
https://cdn.steemjs.com/lib/latest/steem.min.js
<script src="//cdn.steemjs.com/lib/latest/steem.min.js"></script>
Please have a look at the webpack usage example.
$ npm install steem --save
https://api.steemit.com By Default
https://node.steem.ws
https://this.piston.rocks
steem.api.getAccounts(['ned', 'dan'], function(err, result) {
console.log(err, result);
});
steem.api.getState('/trends/funny', function(err, result) {
console.log(err, result);
});
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 Steemit Chat channel #steemjs https://steemit.chat/channel/steemjs.
When you find issues, please report them!
MIT
FAQs
Steem.js the JavaScript API for Steem blockchain
The npm package steem-js-api receives a total of 11 weekly downloads. As such, steem-js-api popularity was classified as not popular.
We found that steem-js-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.