You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zk-kit/eddsa-proof and @zk-kit/poseidon-proof are using a function (i.e. get-snark-artifacts.node.ts) to download their SNARK artifacts (i.e. .wasm/.zkey files) on NodeJS. This function has two dependencies that can actually be replaced by a few more modern native NodeJS packages that can do the same work.
Additional context
To get an idea of the code you would need, you can look at what Semaphore integrated into its V4 in this PR.
The text was updated successfully, but these errors were encountered:
Describe the improvement you're thinking about
@zk-kit/eddsa-proof
and@zk-kit/poseidon-proof
are using a function (i.e.get-snark-artifacts.node.ts
) to download their SNARK artifacts (i.e..wasm
/.zkey
files) on NodeJS. This function has two dependencies that can actually be replaced by a few more modern native NodeJS packages that can do the same work.Additional context
To get an idea of the code you would need, you can look at what Semaphore integrated into its V4 in this PR.
The text was updated successfully, but these errors were encountered: