LearnCard Bridge
LearnCard Bridge is a suite of tools with a simple CLI for deploying a serverless execution environment for LearnCard Core exposed over an HTTP API.
The LearnCard Bridge implements the W3C CCG VC-API specification.
Quick Start
To deploy your own LearnCard Bridge
Clone the LearnBridge Repo
Set up AWS CLI
Add a .env file exporting a wallet seed (e.g.
WALLET_SEED=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
)Run
pnpm serverless-deploy
Connect a LearnCard Wallet
Once you have a deployed LearnCard Bridge VC-API, check out the VC-API plugin for connecting it to your LearnCard agents:
VC-APILearnCard Bridge exposes a DID discovery endpoint at /did
, so you do not need to specify the Issuer DID when instantiating a connected LearnCard agent.
Last updated