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

check-eos-watchdoggiee

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-eos-watchdoggiee

CLI for watchdoggiee contract

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Check watchdoggiee

Installation

## Install nodejs https://nodejs.org/en/download/ (Latest LTS Version: 10.13.0 (includes npm 6.4.1))
npm i -g check-eos-watchdoggiee

Usage (CLI)

[Mainnet] watchdoggiee -p [private key] -a [account] -k 111 -t 1.5

[Jungle] watchdoggiee -u http://jungle.cryptolions.io:18888 -p [private key] -a [account] -c 038f4b0fc8ff18a4f0842a8f0564611f6e96e8535901dd45e43ac8691a1c4dca -k 111 -t 1.5
REQTIME OK - 0.440752s difference|time_diff=0.440752

Usage as (LIB)

var watchdoggiee = require("check-eos-watchdoggiee");

// example for check_nodeos_block_time function 
	watchdoggiee.check_eos_watchdoggiee({
        url: [url],
        chain: [chain],
        key: [key],
        keyProvider: [keyProvider],
        account: [account],
      	time: [time]
    }, (err, result) => {
    	if (err){
    		return console.error(err);
    	}
    	console.log(result);
    });

Copyright 2018 orange13371@gmail.com

FAQs

Package last updated on 22 Nov 2018

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