Getting ready:
-
git clone https://github.com/Zillacracy-org/ssiclient
-
cd ssiclient
-
git status
-
npm i
-
npm run tyronzil
Deploy a tyron smart contract with:
tyronzil deploy
Create your brand new tyronzil DID and save it on the Zilliqa blockchain platform, forever.
tyronzil did create
and follow the instructions ⚡
For your convenience, you can use these testing-accounts.
More info here
Resolve any DID into its corresponding DID Document or DID Resolution Result with:
tyronzil resolve
More info here
In case you want to reset your DID Document while keeping the same identifier, you need your recovery private key.
tyronzil did recover
and follow the instructions
More info here
To update your tyronzil DID you need your update private key:
tyronzil did update
and follow the instructions
More info here
To fully deactivate your DID:
tyronzil did deactivate
and follow the instructions
After deactivation, the DID will not be useful anymore, and trying to resolve it must throw a 'DidDeactivated' error.
More info here
Build the project documentation with:
npm run typedoc