This pull request updates the README file and test code to support uploading circuits to the Sindri Hub. The main changes include:
Updated README: Added detailed instructions for deploying the circuit to Sindri and generating proofs using the Sindri API.
Revised Test Code: Modified the test code in main.nr to use proper assertions and updated the function to return a boolean value as required by the Sindri framework.
Changes
Makefile
Added deploy and login commands to streamline the deployment process.
Update README and Test Code for Sindri Hub Upload
Description
This pull request updates the README file and test code to support uploading circuits to the Sindri Hub. The main changes include:
main.nr
to use proper assertions and updated the function to return a boolean value as required by the Sindri framework.Changes
Makefile
deploy
andlogin
commands to streamline the deployment process.Nargo.toml
compiler_version
to0.28.0
.README.md
Test Code in
main.nr
main
function to return a boolean value.Steps to Generate a Proof
Deploy the Circuit
Generate a Proof Use the following sample program to generate and verify proofs using the Sindri API.
Dependencies