UNPKG

as-scale-codec

Version:

AssemblyScript implementation of the SCALE codec used in the Parity Substrate framework

21 lines (18 loc) 470 B
<h2 align="center">AssemblyScript SCALE Codec Example</h2> The purpose of the example is to demonstrates * How AssemblyScript SCALE Codec implementation could be used from another AS project * How one could interact with the library from JS # Installation & Usage 1. Installation ``` npm install ``` 2. Build ``` npm run build ``` 3. Start the example For demonstration execute the following command: ``` npm run start ```