kulapio / libra-core

A javascript client for libra, works on browser and node
https://www.npmjs.com/package/kulap-libra
39 stars 16 forks source link

Libra Canonical Serialization Implementation and Protobuf update #13

Closed totiz closed 5 years ago

totiz commented 5 years ago

Implement LCS (Libra Canonical Serialization) following this guideline https://github.com/libra/libra/tree/master/common/canonical_serialization.

Thanks a lot to https://github.com/apemon for contribution to make this PR happen.