LearnCard Bridge
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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
Once you have a deployed LearnCard Bridge VC-API, check out the VC-API plugin for connecting it to your LearnCard agents:
LearnCard Bridge exposes a DID discovery endpoint at /did
, so you do not need to specify the Issuer DID when instantiating a connected LearnCard agent.