Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 405 Bytes

assemblyscript-rlp

Assemblyscript implmementation of RLP base on the typescript implementation. Mostly work in progress.

Development

To build the project, run

npm install && npm run asbuild

To test, run

npm run test

Tests are written using as-pect.