@learncard/core 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +16 -5
- package/dist/core.cjs.development.js +3504 -11698
- package/dist/core.cjs.development.js.map +3 -3
- package/dist/core.cjs.production.min.js +204 -290
- package/dist/core.cjs.production.min.js.map +3 -3
- package/dist/core.d.ts +3058 -0
- package/dist/core.esm.js +3506 -11698
- package/dist/core.esm.js.map +3 -3
- package/package.json +15 -12
- package/dist/didkit/index.d.ts +0 -4
- package/dist/index.d.ts +0 -3
- package/dist/types/LearnCard.d.ts +0 -77
- package/dist/types/wallet.d.ts +0 -27
- package/dist/wallet/base/crypto.d.ts +0 -3
- package/dist/wallet/base/functions/index.d.ts +0 -2
- package/dist/wallet/base/functions/passwordToKey.d.ts +0 -1
- package/dist/wallet/base/functions/seedToId.d.ts +0 -1
- package/dist/wallet/base/index.d.ts +0 -2
- package/dist/wallet/base/wallet.d.ts +0 -2
- package/dist/wallet/defaults.d.ts +0 -2
- package/dist/wallet/init.d.ts +0 -3
- package/dist/wallet/plugins/didkey/index.d.ts +0 -3
- package/dist/wallet/plugins/didkey/types.d.ts +0 -19
- package/dist/wallet/plugins/expiration/index.d.ts +0 -3
- package/dist/wallet/plugins/idx/idx.d.ts +0 -6
- package/dist/wallet/plugins/idx/index.d.ts +0 -4
- package/dist/wallet/plugins/idx/types.d.ts +0 -20
- package/dist/wallet/plugins/vc/index.d.ts +0 -2
- package/dist/wallet/plugins/vc/issueCredential.d.ts +0 -5
- package/dist/wallet/plugins/vc/issuePresentation.d.ts +0 -6
- package/dist/wallet/plugins/vc/types.d.ts +0 -18
- package/dist/wallet/plugins/vc/vc.d.ts +0 -6
- package/dist/wallet/plugins/vc/verifyCredential.d.ts +0 -2
- package/dist/wallet/plugins/vc/verifyPresentation.d.ts +0 -2
- package/dist/wallet/verify.d.ts +0 -3
package/README.md
CHANGED
@@ -1,9 +1,16 @@
|
|
1
|
+
[<img src="https://user-images.githubusercontent.com/2185016/176284693-4ca14052-d067-4ea5-b170-c6cd2594ee23.png" width="400"/>](image.png)
|
1
2
|
# @learncard/core
|
2
3
|
|
3
4
|
[![npm version](https://img.shields.io/npm/v/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
|
4
5
|
[![npm downloads](https://img.shields.io/npm/dw/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
|
5
6
|
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
|
6
7
|
|
8
|
+
The LearnCard Core is a pluggable, open-source, universal digital wallet to enable any individual or organization to seamlessly **issue, earn, store, share, and spend currency and credentials** built for the future of education and work.
|
9
|
+
|
10
|
+
## Documentation
|
11
|
+
All LearnCard documentation can be found at:
|
12
|
+
https://app.gitbook.com/o/6uDv1QDlxaaZC7i8EaGb/s/FXvEJ9j3Vf3FW5Nc557n/
|
13
|
+
|
7
14
|
## Install
|
8
15
|
|
9
16
|
```bash
|
@@ -115,12 +122,16 @@ Alternatively, you can get an array of _all_ credentials you have added using `g
|
|
115
122
|
const vcs = await wallet.getCredentials();
|
116
123
|
```
|
117
124
|
|
118
|
-
##
|
125
|
+
## Contributing
|
126
|
+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
119
127
|
|
120
|
-
|
128
|
+
Please make sure to update tests as appropriate.
|
121
129
|
|
122
|
-
##
|
130
|
+
## Who is Learning Economy Foundation?
|
123
131
|
|
124
|
-
|
132
|
+
**[Learning Economy Foundation (LEF)](https://www.learningeconomy.io)** is a 501(c)(3) non-profit organization leveraging global standards and web3 protocols to bring quality skills and equal opportunity to every human on earth, and address the persistent inequities that exist around the globe in education and employment. We help you build the future of education and work with:
|
133
|
+
|
134
|
+
|
135
|
+
## License
|
125
136
|
|
126
|
-
[
|
137
|
+
MIT © [Learning Economy Foundation](https://github.com/Learning-Economy-Foundation)
|