Closed louisinger closed 1 year ago
This PR migrates the whole project to typescript using https://github.com/bitjson/typescript-starter
TL;DR
yarn doc
Secp256k1ZKP
generator.ts
pedersen.ts
ecc.ts
it closes #42
We would love also a quick feedback from you as well @michael1011
I would mention if the API got any breaking changes or not @louisinger
This PR migrates the whole project to typescript using https://github.com/bitjson/typescript-starter
TL;DR
yarn doc
.Secp256k1ZKP
interfaces in order to let other libs import them if needed.generator.ts
,pedersen.ts
,ecc.ts
etc...it closes #42