1.0.0 • Published 6 years ago

webshimoto v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Webshimoto

Epocum network algorithm for nodes driver https://epocum.github.io/webshimoto/

npm install webshimoto

Working Example

var algo = require('webshimoto');

//Return True/False if the node is validated by the network
algo.isEpocum('https://www.epocum.com', function(validation) {
   console.log('Validity link: ' + valid);
});

//Return the node wallet address
algo.getWallet('https://www.epocum.com', function(walletaddress) {
   console.log('onSite Wallet: ' + w);
});
Save it as app.js
Running : node app.js

Example response:

Validity link: True
onSite Wallet: 0xA6CB6c3Bc4174C6ec2031D3a5894FD6a43D047F0