Setup Veramo CLI for cheqd
Setup your Veramo CLI to start using cheqd's identity functionality, including Decentralized Identifiers (DIDs), Verifiable Credentials and DID-Linked Resources (DLRs).
Step 1: Install requisite packages
1.1. Install Veramo CLI
npm i @veramo/cli@latest -gveramo -v
x.x.x1.2. Install the did-provider-cheqd package
npm install @cheqd/did-provider-cheqd@latest -gnpm list -gStep 2: Modify the cheqd plugin Agent configuration file
2.1. Get the agent.yml configuration file
2.2. Open the agent.yml file in an editor to customise the config
2.3. Generate a new local database encryption key
2.4. Set your DID Resolver endpoint
Alternative/Optional: Use Universal Resolver instead
2.5. Add cheqd Testnet to your Leap wallet
2.6. Configure your cheqd/Cosmos account keys and RPC endpoints
2.7. Save the agent.yml file and exit
Step 3: Verify your configuration file is correct
Next steps
Last updated
Was this helpful?
