@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.
Files changed (35) hide show
  1. package/README.md +16 -5
  2. package/dist/core.cjs.development.js +3504 -11698
  3. package/dist/core.cjs.development.js.map +3 -3
  4. package/dist/core.cjs.production.min.js +204 -290
  5. package/dist/core.cjs.production.min.js.map +3 -3
  6. package/dist/core.d.ts +3058 -0
  7. package/dist/core.esm.js +3506 -11698
  8. package/dist/core.esm.js.map +3 -3
  9. package/package.json +15 -12
  10. package/dist/didkit/index.d.ts +0 -4
  11. package/dist/index.d.ts +0 -3
  12. package/dist/types/LearnCard.d.ts +0 -77
  13. package/dist/types/wallet.d.ts +0 -27
  14. package/dist/wallet/base/crypto.d.ts +0 -3
  15. package/dist/wallet/base/functions/index.d.ts +0 -2
  16. package/dist/wallet/base/functions/passwordToKey.d.ts +0 -1
  17. package/dist/wallet/base/functions/seedToId.d.ts +0 -1
  18. package/dist/wallet/base/index.d.ts +0 -2
  19. package/dist/wallet/base/wallet.d.ts +0 -2
  20. package/dist/wallet/defaults.d.ts +0 -2
  21. package/dist/wallet/init.d.ts +0 -3
  22. package/dist/wallet/plugins/didkey/index.d.ts +0 -3
  23. package/dist/wallet/plugins/didkey/types.d.ts +0 -19
  24. package/dist/wallet/plugins/expiration/index.d.ts +0 -3
  25. package/dist/wallet/plugins/idx/idx.d.ts +0 -6
  26. package/dist/wallet/plugins/idx/index.d.ts +0 -4
  27. package/dist/wallet/plugins/idx/types.d.ts +0 -20
  28. package/dist/wallet/plugins/vc/index.d.ts +0 -2
  29. package/dist/wallet/plugins/vc/issueCredential.d.ts +0 -5
  30. package/dist/wallet/plugins/vc/issuePresentation.d.ts +0 -6
  31. package/dist/wallet/plugins/vc/types.d.ts +0 -18
  32. package/dist/wallet/plugins/vc/vc.d.ts +0 -6
  33. package/dist/wallet/plugins/vc/verifyCredential.d.ts +0 -2
  34. package/dist/wallet/plugins/vc/verifyPresentation.d.ts +0 -2
  35. 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
- ## Further Reading
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
- [Read the official docs here!](https://app.gitbook.com/o/6uDv1QDlxaaZC7i8EaGb/s/FXvEJ9j3Vf3FW5Nc557n/)
128
+ Please make sure to update tests as appropriate.
121
129
 
122
- ## License
130
+ ## Who is Learning Economy Foundation?
123
131
 
124
- MIT © [Taylor Beeston <beeston.taylor@gmail.com>](https://github.com/TaylorBeeston)
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
- [Created with aqu 🌊](https://github.com/ArtiomTr/aqu#readme)
137
+ MIT © [Learning Economy Foundation](https://github.com/Learning-Economy-Foundation)