{"id":20293519,"url":"https://github.com/mingderwang/ipdid","last_synced_at":"2025-08-31T20:06:55.142Z","repository":{"id":66841209,"uuid":"362382688","full_name":"mingderwang/ipdid","owner":"mingderwang","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-03T05:42:30.000Z","size":837,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-14T09:27:58.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mingderwang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["mingderwang"]}},"created_at":"2021-04-28T07:47:59.000Z","updated_at":"2022-09-03T05:42:34.000Z","dependencies_parsed_at":"2023-02-21T06:16:26.030Z","dependency_job_id":null,"html_url":"https://github.com/mingderwang/ipdid","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fipdid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fipdid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fipdid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fipdid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingderwang","download_url":"https://codeload.github.com/mingderwang/ipdid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241788519,"owners_count":20020279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T15:24:47.861Z","updated_at":"2025-03-04T05:21:10.884Z","avatar_url":"https://github.com/mingderwang.png","language":"JavaScript","funding_links":["https://github.com/sponsors/mingderwang"],"categories":[],"sub_categories":[],"readme":"ipdid cli\n=====\n\nA Cli for The IPDID ecosystem\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/ipdid.svg)](https://npmjs.org/package/ipdid)\n[![Downloads/week](https://img.shields.io/npm/dw/ipdid.svg)](https://npmjs.org/package/ipdid)\n[![License](https://img.shields.io/npm/l/ipdid.svg)](https://github.com/mingderwang/ipdid/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g ipdid\n$ ipdid COMMAND\nrunning command...\n$ ipdid (-v|--version|version)\nipdid/0.1.1 darwin-arm64 node-v16.0.0\n$ ipdid --help [COMMAND]\nUSAGE\n  $ ipdid COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`ipdid did`](#ipdid-did)\n* [`ipdid help [COMMAND]`](#ipdid-help-command)\n* [`ipdid init`](#ipdid-init)\n* [`ipdid mydid`](#ipdid-mydid)\n* [`ipdid qrcode`](#ipdid-qrcode)\n* [`ipdid signer`](#ipdid-signer)\n* [`ipdid vc`](#ipdid-vc)\n\n## `ipdid did`\n\nregister a PDID to SKALE network and IPFS (IPLD) - use pipe only\n\n```\nUSAGE\n  $ ipdid did\n\nOPTIONS\n  -d, --ddoc=ddoc  DID document\n  -f, --force      force to register on ipfs block\n\nDESCRIPTION\n  ...\n  you can pipe any DID document to generate and register a DID\n```\n\n_See code: [src/commands/did.js](https://github.com/IPDID/ipdid/blob/v0.1.1/src/commands/did.js)_\n\n## `ipdid help [COMMAND]`\n\ndisplay help for ipdid\n\n```\nUSAGE\n  $ ipdid help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_\n\n## `ipdid init`\n\ncreate a new IPDID ipfs (deprecated)\n\n```\nUSAGE\n  $ ipdid init\n\nOPTIONS\n  -n, --name=name  name to print\n\nDESCRIPTION\n  ...\n  don't use this init command any more.\n```\n\n_See code: [src/commands/init.js](https://github.com/IPDID/ipdid/blob/v0.1.1/src/commands/init.js)_\n\n## `ipdid mydid`\n\nreturn your current DID\n\n```\nUSAGE\n  $ ipdid mydid\n\nOPTIONS\n  -q, --qrcode  generate and show DID QR code (default: false)\n\nDESCRIPTION\n  ...\n  show your current DID code\n```\n\n_See code: [src/commands/mydid.js](https://github.com/IPDID/ipdid/blob/v0.1.1/src/commands/mydid.js)_\n\n## `ipdid qrcode`\n\nto generate a QR-code from your context or stdin\n\n```\nUSAGE\n  $ ipdid qrcode\n\nOPTIONS\n  -c, --context=context  the context for generating a QR-code\n\nDESCRIPTION\n  ...\n  --context string \n  for example: ipdid qrcode -c 'test string' \n  or: echo 'test string' | ipdid qrcode\n```\n\n_See code: [src/commands/qrcode.js](https://github.com/IPDID/ipdid/blob/v0.1.1/src/commands/qrcode.js)_\n\n## `ipdid signer`\n\ncreate a singer's key pair and save on ~/.ipdid_keystore.json\n\n```\nUSAGE\n  $ ipdid signer\n\nOPTIONS\n  --help  show CLI help\n\nDESCRIPTION\n  ...\n  return your DID for signer if ~/.ipdid_keystore.json exist\n  otherwise, create a new one.\n```\n\n_See code: [src/commands/signer.js](https://github.com/IPDID/ipdid/blob/v0.1.1/src/commands/signer.js)_\n\n## `ipdid vc`\n\ncreate a verifiable claim for a DID document\n\n```\nUSAGE\n  $ ipdid vc\n\nOPTIONS\n  -s, --school=school  [default: Example School] user's school\n  -w, --who=who        user's DID\n\nDESCRIPTION\n  example, ipdid vc -w 'did:ipdid:z6MkiYiav3GskEZWgv2ZkeeFt8kWqnWRahv9d7pb8X2iEDEv'\n  ...\n  return a claim DID for alumni of\n```\n\n_See code: [src/commands/vc.js](https://github.com/IPDID/ipdid/blob/v0.1.1/src/commands/vc.js)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingderwang%2Fipdid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingderwang%2Fipdid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingderwang%2Fipdid/lists"}