Plugin System
What is a plugin?
Plugins Are:
Plugin Interface
Adding Plugins
https://github.com/learningeconomy/LearnCard/blob/942bb5f7/packages/learn-card-core/src/types/LearnCard.ts#L1-L7
Example: Expiration Plugin
https://github.com/learningeconomy/LearnCard/blob/942bb5f7/packages/plugins/expiration/src/index.ts#L10-L33
Interacting with Plugins
Plugin Data Types
Type
Description
https://github.com/learningeconomy/LearnCard/blob/942bb5f7/packages/learn-card-types/src/vc.ts#L129-L158
https://github.com/learningeconomy/LearnCard/blob/942bb5f7/packages/learn-card-types/src/vc.ts#L174-L177
Graph of Plugins
Last updated
Was this helpful?