A Next.js application for issuing verifiable credentials to identifiers.
- Issue credentials to identifiers (AIDs)
- Support for custom credential attributes
- JSON editor for attribute configuration
- Integration with credential server API
npm installnpm run devOpen http://localhost:3000 in your browser.
Create a .env.local file:
NEXT_PUBLIC_CREDENTIAL_SERVER_URL=xxxx- Enter the identifier (AID) of the credential holder
- Enter the credential type (Schema SAID)
- Configure attributes as JSON
- Click "Issue Credential" to issue the credential
- Next.js 16
- TypeScript
- Tailwind CSS
- Radix UI
- Monaco Editor