Deploying the Issuer
What We Are Doing:
Using the One-Click Deployment portal to create an Issuer service.
The Issuer will be able to issue Verifiable Credentials once we provide a schema.
Why: The Issuer is a trusted authority that creates credentials. By deploying it through the portal, we avoid manual setup and get a ready-to-use endpoint.
Steps:
Log into the One-Click Deployment platform.
Create a new Issuer (see Create Issuer).
Once active, note down:
ISSUER_URL
(e.g.,https://your-issuer.evdi.app
)ISSUER_SECRET
Store these in your
.env
:
Next, we`ll upload a credential schema to let the Issuer know what kind of credentials we want to issue.
Last updated