This repository was archived by the owner on Dec 12, 2024. It is now read-only.
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
feat: cli tool #150
Open
Description
build a cli tool to support various operations and. verifications. Inspiration for the interface be seen with Mattr's implementation here: https://www.youtube.com/watch?v=AVnCVzW0rkI 8:14 on.
Example calls:
ssi_cli create did create key --keyType eded25519
would create a did
If anyone has some suggestions/opinion s on the following, please note below:
- What operations to support?
- What should be the interface to handle the operation?
- Name of the SDK?
- Any design preferences?