Programmatically Issue a Credential
General steps to implement based on events in applications and onchain
Programmatically Issue Verifiable Credentials (VCs)
Issue Verifiable Credentials (VCs) programmatically when certain events occur, such as when a user completes specific actions, swaps a token, completes a level in a game, or mints an NFT. VCs can be issued to a user's ETH address or DID. The options are endless and only bound by your imagination!
Prerequisite
Generate a did:web to ensure credentials are signed with keys that you control
How it works
Select event(s) that will result in credential issuance
Leverage our API endpoint and set up logic in your platform to issue credentials
Determine conditions for issuing credentials to a users
Send POST requests to the API to issue the credentials
User receives credentials
API Endpoint
Usage example
Last updated