0.0.2 • Published 5 years ago

cryptowerk-cli v0.0.2

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

cryptowerk-cli

Cryptowerk CLI

oclif Version Downloads/week License

Usage

$ npm install -g cryptowerk-cli
$ cw COMMAND
running command...
$ cw (-v|--version|version)
cryptowerk-cli/0.0.2 darwin-x64 node-v10.16.3
$ cw --help [COMMAND]
USAGE
  $ cw COMMAND
...

Commands

cw config

Prompts to Setup .env file for:

USAGE
  $ cw config

OPTIONS
  -h, --help  show CLI help

DESCRIPTION
  Prompts to Setup .env file for:
     APIKEY=
     APICRED=
     ENDPOINT= e.g. https://developers.cryptowerk.com/platform/API/v8/
     Visit http://developer.cryptowerk.com to register.

See code: src/commands/config.ts

cw hash

Select a doc to hash and register

USAGE
  $ cw hash

OPTIONS
  -h, --help  show CLI help

See code: src/commands/hash.ts

cw help [COMMAND]

display help for cw

USAGE
  $ cw help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

cw register [HASH]

Register hash(es) to several blockchains

USAGE
  $ cw register [HASH]

OPTIONS
  -h, --help   show CLI help

  --hash=hash  Sha256 hash to register.
               More than one hash? Seperate with comma no spaces.

DESCRIPTION
  Register hash(es) to several blockchains
       and obtain retrievalID.
       Us verify command for a link to proof.

See code: src/commands/register.ts

cw retrieve

Retrieve Seals as link to proofs on several blockchains

USAGE
  $ cw retrieve

OPTIONS
  -h, --help  show CLI help

DESCRIPTION
  Retrieve Seals as link to proofs on several blockchains

See code: src/commands/retrieve.ts

cw start

USAGE
  $ cw start

See code: src/commands/start.ts

cw verify

Verify hash with Seal

USAGE
  $ cw verify

OPTIONS
  -h, --help       show CLI help
  -s, --seal=seal  Verify hashes with Seals.
  --hash=hash      Verify hashes with Seals.

DESCRIPTION
  Verify hash with Seal

See code: src/commands/verify.ts