Socket
Socket
Sign inDemoInstall

ipdid

Package Overview
Dependencies
17
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ipdid

An IPDID Node CLI


Version published
Maintainers
1
Created

Readme

Source

ipdid

The IPDID ecosystem

oclif Version Downloads/week License

Usage

$ npm install -g ipdid
$ ipdid COMMAND
running command...
$ ipdid (-v|--version|version)
ipdid/0.0.3 darwin-arm64 node-v16.0.0
$ ipdid --help [COMMAND]
USAGE
  $ ipdid COMMAND
...

Commands

ipdid daemon

start a IPDID node as daemon

USAGE
  $ ipdid daemon

OPTIONS
  -l, --log=log  show logs

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/daemon.js

ipdid did

create a new IPDID ipfs

USAGE
  $ ipdid did

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/did.js

ipdid help [COMMAND]

display help for ipdid

USAGE
  $ ipdid help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ipdid id

show your DID

USAGE
  $ ipdid id

OPTIONS
  -d, --dir=dir  [default: /Users/mingderwang/src/20210426-ipdid]
  --help         show CLI help
  --version      show CLI version

DESCRIPTION
  ...
  show your DID in details

See code: src/commands/id.js

ipdid init

create a new IPDID ipfs

USAGE
  $ ipdid init

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/init.js

ipdid key

show your DID key pair

USAGE
  $ ipdid key

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  --long format

See code: src/commands/key.js

ipdid signer

create a singer's key pair and save on ~/.ipdid_keystore.json

USAGE
  $ ipdid signer

OPTIONS
  --help  show CLI help

DESCRIPTION
  ...
  return your DID for signer if ~/.ipdid_keystore.json exist
  otherwise, create a new one.

See code: src/commands/signer.js

Keywords

FAQs

Last updated on 03 May 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc