@lodestar/light-client 1.24.0-dev.b78cb92802 → 1.24.0-dev.d55bb2da72
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ You can find more information about the light-client protocol in the [specificat
|
|
|
31
31
|
|
|
32
32
|
## Getting started
|
|
33
33
|
|
|
34
|
-
- Follow the [installation guide](https://chainsafe.github.io/lodestar/
|
|
34
|
+
- Follow the [installation guide](https://chainsafe.github.io/lodestar/run/getting-started/installation) to install Lodestar.
|
|
35
35
|
- Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/advanced-topics/setting-up-a-testnet).
|
|
36
36
|
|
|
37
37
|
## Light-Client CLI Example
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/ChainSafe/lodestar/issues"
|
|
13
13
|
},
|
|
14
|
-
"version": "1.24.0-dev.
|
|
14
|
+
"version": "1.24.0-dev.d55bb2da72",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
"@chainsafe/blst": "^0.2.0",
|
|
78
78
|
"@chainsafe/persistent-merkle-tree": "^0.8.0",
|
|
79
79
|
"@chainsafe/ssz": "^0.18.0",
|
|
80
|
-
"@lodestar/api": "1.24.0-dev.
|
|
81
|
-
"@lodestar/config": "1.24.0-dev.
|
|
82
|
-
"@lodestar/params": "1.24.0-dev.
|
|
83
|
-
"@lodestar/types": "1.24.0-dev.
|
|
84
|
-
"@lodestar/utils": "1.24.0-dev.
|
|
80
|
+
"@lodestar/api": "1.24.0-dev.d55bb2da72",
|
|
81
|
+
"@lodestar/config": "1.24.0-dev.d55bb2da72",
|
|
82
|
+
"@lodestar/params": "1.24.0-dev.d55bb2da72",
|
|
83
|
+
"@lodestar/types": "1.24.0-dev.d55bb2da72",
|
|
84
|
+
"@lodestar/utils": "1.24.0-dev.d55bb2da72",
|
|
85
85
|
"mitt": "^3.0.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"light-client",
|
|
99
99
|
"blockchain"
|
|
100
100
|
],
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "7aa967af69d33f6d4fafa5786c42b2c27e61aef2"
|
|
102
102
|
}
|