
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@hiveio/hive-js
Advanced tools
Hive.js the Official JavaScript API for Hive blockchain
Here is full documentation: https://gitlab.syncad.com/hive/hive-js/tree/master/doc
<script src="./hive.min.js"></script>
<script>
hive.api.getAccounts(['mahdiyari', 'hiveio'], function(err, response){
console.log(err, response);
});
</script>
https://cdn.jsdelivr.net/npm/@hiveio/hive-js/dist/hive.min.js
<script src="https://cdn.jsdelivr.net/npm/@hiveio/hive-js/dist/hive.min.js"></script>
Please have a look at the webpack usage example.
$ npm install @hiveio/hive-js --save
https://api.hive.blog By Default
https://anyx.io
https://api.openhive.network
https://api.hivekings.com
https://api.pharesim.me
https://hived.privex.io
https://rpc.ausbit.dev
https://rpc.esteem.app
List of Hive nodes
var hive = require('@hiveio/hive-js');
var wif = hive.auth.toWif(username, password, 'posting');
hive.broadcast.vote(wif, voter, author, permlink, weight, function(err, result) {
console.log(err, result);
});
hive.api.getAccounts(['mahdiyari', 'hiveio'], function(err, result) {
console.log(err, result);
});
hive.api.getState('/trends/funny', function(err, result) {
console.log(err, result);
});
var reputation = hive.formatter.reputation(user.reputation);
console.log(reputation);
Hive-js requires some configuration to work on the public Hive testnet.
You need to set two Hive API options, address_prefix and chain_id.
hive.api.setOptions({
address_prefix: 'TST',
chain_id: '46d82ab7d8db682eb1959aed0ada039a6d49afa1602491f93dde9cac3e8e6c32',
useTestNet: true,
});
The Chain ID could change. If it does, it may not be reflected here, but will be documented on any testnet launch announcements.
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.
When you find issues, please report them!
MIT
FAQs
Hive.js the JavaScript API for Hive blockchain
The npm package @hiveio/hive-js receives a total of 1,005 weekly downloads. As such, @hiveio/hive-js popularity was classified as popular.
We found that @hiveio/hive-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.