Command Line Tools
Installation
yarn global add @verida/cli-toolsAvailable Commands
Create Account
Create a new account on the Verida Network.
You will need to specify a Polygon POS private key that has sufficient tokens to pay for the on-chain transaction to register the identity on the network.
yarn verida-cli CreateAccount --helpGet Account Information
Get the DID, private key and public key for a known Verida Account. Accepts a private key or seed phrase.
yarn verida-cli GetAccountInfo -helpGet DID Document
Get the DID Document for a Verida DID.
yarn verida-cli GetDIDDocument --helpGet Profile
Get the public profile of a Verida Account (if set).
Set Profile
Set the public profile data of a Verida Account.
Send Message
Send a test inbox message to a DID.
Last updated
Was this helpful?