merkle-tools icon indicating copy to clipboard operation
merkle-tools copied to clipboard

TypeScript fork of merkle-tools

Open roderik opened this issue 6 years ago • 2 comments

Hi,

this is not exactly an issue, but I wanted to let you know that we created an almost complete (we removed binary proofs) rewrite of this package in TypeScript.

It can be found on https://github.com/settlemint/merkle-tools and https://www.npmjs.com/package/@settlemint/merkle-tools

The reason for this is that we use this package to create chainpoint receipts and we are migrating to TypeScript.

roderik avatar Mar 27 '18 18:03 roderik

Very cool @roderik. We don't currently use TypeScript in our libs as you know. We'd be interested in discovering if any of the work you did could be incorporated in our merkle-tools lib (or others we've created).

Did you discover any type-safety issues along the way that you can report?

grempe avatar Mar 27 '18 19:03 grempe

No issues found with this one. You could copy over the docblocs, even without TypeScript they should help IDE to identify the in and outputs.

roderik avatar Mar 27 '18 19:03 roderik