@learncard/core 1.1.2 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -5
- package/dist/core.cjs.development.js +8316 -13574
- package/dist/core.cjs.development.js.map +3 -3
- package/dist/core.cjs.production.min.js +205 -291
- package/dist/core.cjs.production.min.js.map +3 -3
- package/dist/core.d.ts +1216 -383
- package/dist/core.esm.js +8313 -13569
- package/dist/core.esm.js.map +3 -3
- package/package.json +17 -13
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
|
[](https://www.npmjs.com/package/@learncard/core)
|
4
5
|
[](https://www.npmjs.com/package/@learncard/core)
|
5
6
|
[](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)
|