Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danforbes/scale-codec
A TypeScript library for working with the SCALE codec from Parity Technologies.
https://github.com/danforbes/scale-codec
Last synced: 2 months ago
JSON representation
A TypeScript library for working with the SCALE codec from Parity Technologies.
- Host: GitHub
- URL: https://github.com/danforbes/scale-codec
- Owner: danforbes
- License: unlicense
- Created: 2020-05-27T03:45:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:07:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T15:21:34.416Z (3 months ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCALE Codec
A TypeScript library for working with [the SCALE codec](https://www.substrate.io/kb/advanced/codec).
## Active Development
This project is currently under active development; it is not very useful.
## Usage
Before you can use this project, you must first install its dependencies:
```
$ yarn
```To run the tests:
```
$ yarn test
```To build the project:
```
$ yarn build
```## Acknowledgements
The code in this repository was shamelessly inspired by the fabulous [`@polkadotjs`](https://github.com/polkadot-js)
family of libraries from the amazing @jacogr :heart_eyes: