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 2 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T05:53:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T19:40:35.492Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.99 MB
- Stars: 6
- Watchers: 15
- 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)
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/).