@typeberry/convert 0.4.1-96c9168 → 0.4.1-ac232ea
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 +3 -0
- package/index.js +2212 -2189
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,6 +101,9 @@ $ npm start -w @typeberry/rpc
|
|
|
101
101
|
### Additional tooling
|
|
102
102
|
|
|
103
103
|
- [@typeberry/convert](bin/convert/README.md) - convert common JAM formats
|
|
104
|
+
- [@typeberry/jam](bin/jam/README.md) - main typeberry/jam node binary
|
|
105
|
+
- [@typeberry/lib](bin/lib/README.md) - typeberry-as-library. All utilities exposed as ESM, browser-compatible
|
|
106
|
+
library.
|
|
104
107
|
- [JAM search](https://github.com/fluffylabs/jam-search) - search across all public JAM-related channels
|
|
105
108
|
- [State Viewer](https://github.com/fluffylabs/state-viewer) - load & inspect state of test vectors
|
|
106
109
|
- [PVM Debugger](https://github.com/fluffylabs/pvm-debugger) - load & inspect a PVM program
|