You must create a unique profile ID for your organization. It must be 3-40 characters, lowercase, no spaces or special characters. E.g.: my-organization, acme, taffy-co-organization , etc.
.env
SECURE_SEED="..." # Created from command in prior step.
PROFILE_ID="<unique-profile-id>" # Unique profile ID.
PROFILE_NAME="<Display Name>" # Human Readable Display Name
🏃♂️ Run the Script
node createBoost.js
🎉 What You'll See
The console will print a claimable URL like:
✅ Success! Your Claimable Boost link is ready:
https://claim.learncard.app/boost/abc123...
Anyone with that link can scan or click to claim their badge. It’s a live verifiable credential issued by your script.
➡️ Next Steps
You just built your first digital credential.
You’ve touched real-world decentralized identity and verifiable credentials—with just a few lines of code.
We’re glad you’re here. Ready to build something great?
This step sets up your secret seed phrase for controlling your Organization's profile. However, for demonstration, you may safely skip this step to use the provided DEMO_SEED. Never hardcode a seed in production. Learn more about .
Want to customize your claimable boost even more? Check out our Core Concepts guide on "."
📝 Play with sending different kinds of credentials (see)