Setup ACA-Py Agent
Set up your ACA-Py agent to start using cheqd.
Pre-requisites
Configuration
Cheqd DID Registrar Driver
Steps to deploy the Cheqd Registrar Driver
driver-did-cheqd: image: ghcr.io/cheqd/did-registrar:production-latest platform: linux/amd64 ports: - "9089:3000" restart: on-failure environment: - FEE_PAYER_TESTNET_MNEMONIC=${FEE_PAYER_TESTNET_MNEMONIC} - FEE_PAYER_MAINNET_MNEMONIC=${FEE_PAYER_MAINNET_MNEMONIC}export FEE_PAYER_TESTNET_MNEMONIC="your testnet mnemonic phrase ..." export FEE_PAYER_MAINNET_MNEMONIC="your mainnet mnemonic phrase ..."docker-compose up -d
Universal Registrar Setup
Steps to setup Universal Registrar for Cheqd
Cheqd DID Resolver
Steps to deploy the Cheqd Resolver
Plugin Configuration
Example plugin-config.yml:
plugin-config.yml:Wallet Compatibility
Setting Up Askar Wallet in ACA-Py
Recommended Wallet Storage: PostgreSQL
Setting Up PostgreSQL for ACA-Py
Build the Agent and deploy
Next steps
Last updated
Was this helpful?