scale-codec

A TypeScript library for working with the SCALE codec from Parity Technologies.

UNLICENSE License

Stars
4
Committers
1

SCALE Codec

A TypeScript library for working with the SCALE 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 family of libraries from the amazing @jacogr 😍

Related Projects