Frontend integration
Use the NEBRA UPA SDK in your dApp
zkApps using NEBRA UPA will need to allow users to submit and monitor proofs. To make this workflow easy we have created a @nebrazkp/upa/sdk
package that is browser-compatible. This package is a strict subset of the @nebrazkp/upa
package and most of the functionality for submitting and monitoring proofs (as described in the previous sections) is available in the browser.
To see an example of how to integrate the @nebrazkp/upa/sdk
package in a NextJS or React project please refer to ui
folder of the simple-app-demo
repository on GitHub. To see the finished product, you can visit the demo website.
Last updated