RPC Nodes Version Detection using SteemJs

RPC Nodes Version Detection using SteemJs

Using SteemJS, we can easily detect the version of a Node:

1
2
3
4
steem.api.setOptions({url: "https://api.steemit.com"});
steem.api.getVersion(function(err, data) {
log(err, data);
});

This will output something like this:

1
2
null
{"blockchain_version":"0.22.1","steem_revision":"53392cc31f011f9a8def8dfffff78dbab17ebf2e","fc_revision":"53392cc31f011f9a8def8dfffff78dbab17ebf2e"}

SteemJS Playground here.

Now, it has been integrated into the page:

image.png

You can view the status of the nodes at: https://steemyy.com/
If a node is missing, please do let me know, thanks!


I hope this helps!

Steem On!~


If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me via steemconnect if you are too lazy to vote!


This page is synchronized from the post: ‘RPC Nodes Version Detection using SteemJs’

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×