Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.9 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.9 KB

Dotscale - SCALE Codec Comparator

GitHub Workflow Status

This is a submission for Polkadot Buildathon: India in the category Open hack/DevTooling.

Dotscale compares a implementation of SCALE Codec with the reference implementation that is written in Rust and maintained by Parity Technologies. It provides (some) assurance that the implementation in a given language is safe & sound to use.

It provides a wrapper over the library using the Foreign Function Interface and compares the test result with reference implementation

GitHub action is integrated to run unit tests against the Rust lib and implemented lib on each pull request and the result is published at https://arijitad.github.io/dotscale/.

Roadmap