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
noir-starter currently demonstrates the use of acvm_js, while the new noir_js is now released on NPM which could use a demonstration.
Happy Case
Update noir-starter to use noir_js.
Additional Context
noir_js is currently a wrapper for acvm_js and noirc_abi_wasm. acvm_js is used for Noir program execution (i.e. witness generation) and noirc_abi_wasm is a helper for encoding initial witness in preparation for execution / witness generation.
Helpful Prerequisite
Problem
noir-starter currently demonstrates the use of acvm_js, while the new noir_js is now released on NPM which could use a demonstration.
Happy Case
Update noir-starter to use noir_js.
Additional Context
noir_js is currently a wrapper for acvm_js and noirc_abi_wasm. acvm_js is used for Noir program execution (i.e. witness generation) and noirc_abi_wasm is a helper for encoding initial witness in preparation for execution / witness generation.
The compile_prove_verify.test.ts is a great reference for how to make use of noir_js.
The text was updated successfully, but these errors were encountered: