Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript fork of merkle-tools #5

Open
roderik opened this issue Mar 27, 2018 · 2 comments
Open

TypeScript fork of merkle-tools #5

roderik opened this issue Mar 27, 2018 · 2 comments

Comments

@roderik
Copy link

roderik commented Mar 27, 2018

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.

@grempe
Copy link
Contributor

grempe commented Mar 27, 2018

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?

@roderik
Copy link
Author

roderik commented Mar 27, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants