@sovryn-zero/lib-base 1.0.0-early.access.1 → 1.0.0-early.access.2
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 +2 -2
- package/package.json +9 -3
package/README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
|
3
3
|
[](/LICENSE)
|
4
4
|
[](https://github.com/DistributedCollective/zero/stargazers)
|
5
|
-
[](/README.md)
|
6
6
|
|
7
|
-
Shared interfaces and classes of
|
7
|
+
Shared interfaces and classes of Zero SDK.
|
8
8
|
|
9
9
|
## Quickstart
|
10
10
|
|
package/package.json
CHANGED
@@ -1,12 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sovryn-zero/lib-base",
|
3
|
-
"version": "1.0.0-early.access.
|
3
|
+
"version": "1.0.0-early.access.2",
|
4
4
|
"description": "Sovryn ZERO SDK shared interfaces",
|
5
5
|
"keywords": [
|
6
|
+
"Sovryn",
|
6
7
|
"Zero",
|
7
|
-
"
|
8
|
+
"SDK",
|
8
9
|
"DeFi",
|
9
|
-
"
|
10
|
+
"blockchain",
|
11
|
+
"finance",
|
12
|
+
"BTC",
|
13
|
+
"bitcoin",
|
14
|
+
"RSK",
|
15
|
+
"rootstock"
|
10
16
|
],
|
11
17
|
"homepage": "https://github.com/DistributedCollective/zero#readme",
|
12
18
|
"license": "MIT",
|