This project is a Node.js-based CLI tool for creating and issuing credentials through an API.
It guides the user through providing credential details, sending them to the API, preparing an Out-of-Band (OOB) invitation, and generating a QR code for sharing.
- Interactive CLI prompts for credential details.
- Offer Creation using provided schema and credential definition.
- API Communication for sending offers and generating OOB invitations.
- QR Code Generation (displayed in terminal).
- Environment Variable Validation to prevent missing configuration issues.
.envfile configured with API and credential settings.- Node.js installed on your system.
# Clone the repository
git clone <repository_url>
# Navigate into the project directory
cd <project_folder>
# Install dependencies
yarn install
# Development run
bash run.shEnter your first name: John
Enter your last name: Doe
Enter your date of birth (YYYYMMDD): 20000219
Enable auto issuance? (yes/no): yes