Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soramitsu/scale-codec-js-library
Pure JavaScript implementation of SCALE-codec
https://github.com/soramitsu/scale-codec-js-library
Last synced: about 1 month ago
JSON representation
Pure JavaScript implementation of SCALE-codec
- Host: GitHub
- URL: https://github.com/soramitsu/scale-codec-js-library
- Owner: soramitsu
- License: apache-2.0
- Created: 2021-05-31T15:14:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T05:53:44.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:23:54.208Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 3.99 MB
- Stars: 5
- Watchers: 16
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substrate - soramitsu/scale-codec-js-library - Maintained by Soramitsu. (SCALE Codec)
- awesome-substrate - soramitsu/scale-codec-js-library - Maintained by Soramitsu. (SCALE Codec)
README
# Scale JS
This monorepo contains JavaScript implementation of [SCALE](https://docs.substrate.io/reference/scale-codec/) (Simple Concatenated Aggregate Little-Endian) codec specification.
Packages:
- [`@scale-codec/core`](./packages/core): low-level SCALE building blocks
- [`@scale-codec/enum`](./packages/enum): TypeScript tagged union library
- [`@scale-codec/definition-compiler`](./packages/definition-compiler): code generation tool which transforms high-level type namespace schema into a TypeScript module with strongly typed codecs
- [`@scale-codec/definition-runtime`](./packages/definition-runtime): default runtime library used for the output of the compilerYou can explore Scale JS API and benchmarks [online](https://soramitsu.github.io/scale-codec-js-library/).