Skip to content

arijitAD/dotscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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