QuickStart
This guide will help you get started with Fiamma Network for ZKP verification. We'll cover the complete workflow from installation to sending verification requests.
1. Install Fiamma
You can refer to the Installation section to install the fiammad binary program
2. Generate Fiamma Address
You can refer to the Add Keys section to generate a fiamma address
3. Get Testnet Token
You can refer to the Get $FIA section to get some testnet token
4. Submit Proof for Verification
Before you can use fiammad cli to submit proof , you need to prepare the proof for testing, and a simple way to do this is to use the fiamma git repository provides some test proof files.
If you have cloned the fiamma repository as instructed earlier, you can navigate to the root directory of the fiamma repository and then use the script and your previously created account to send transactions quickly.
You can also manually construct a transaction to send based on the contents of the submit_proof.sh script, which works either way
5. Check Verification Results
After you submit the transaction in the manner described in step 4, you can use the scripts in scirpt/cli to query and verify the results.
Last updated