zkspin / spin-sdk

SDK for developing on-chain ZK proved application.
13 stars 4 forks source link

investigate Bigint problem #18

Closed tohacking closed 3 months ago

tohacking commented 4 months ago

When zkwasm give a proof, understand the hex to int format conversion.

Understand why created pasted in BigInt causes overflow in Solidity.

Write a readme with some test examples.

tohacking commented 3 months ago

Solved, check https://github.com/m4-team/zk-sdk/blob/hackathon/sdk/onchain/JS_BIGINT_CONVERSION_README.md.