Submitter Configuration
The Submitter node publishes PRISM DID operations to the Cardano blockchain.
It is typically used for creating, updating, or deactivating DIDs.
DLT Sink
The Submitter node currently supports Cardano wallet integration as its DLT sink:
- Cardano Wallet:
Uses a Cardano wallet to sign and submit transactions containing DID operations.- Key options:
- Wallet base URL:
--wallet-base-urlorNPRISM_WALLET_BASE_URL - Wallet ID:
--wallet-idorNPRISM_WALLET_ID - Passphrase:
--wallet-passphraseorNPRISM_WALLET_PASSPHRASE - Payment address:
--payment-addressorNPRISM_PAYMENT_ADDRESS
- Wallet base URL:
- Key options:
Important: When the submitter publishes a DID operation, it creates a transaction from the configured wallet to the specified payment address.
Make sure you use your own payment address. Using an incorrect or third-party address may result in permanent loss of funds.
Configure the wallet integration to match your operational and security requirements.
Next Steps:
- CLI Options: Full list of flags and environment variables.