Comment on page
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.
To deploy your own LearnCard Bridge
- 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.Last modified 7mo ago