0.0.1 • Published 3 years ago

@elrondnetwork/evertrail.cli v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@elrondnetwork/evertrail.cli

The cli client for the Elrond Evertrail service, built using Node.js.

Requirements

  • Node.js version 14.16.0+
  • Npm version 6.14.0+

Dependencies

Usage

    $ evertrail create --file <file> --api-key <apiKey> 
    $ evertrail verify --file <file> --api-key <apiKey>

	Options
    --file, -f       File to be hashed
    --api-key, -k    API Key
    --store          Store the object
    --sha256         Hash to verify

For development purposes

A further flag of --environment (or -e for short) can be provided by developers to test their changes on different environments. The available environments are named development and staging.