React components for LuminAIR proof verification
VerifyButton
, which provides a beautiful, interactive interface for verifying proofs.
Demo App
next.config.js
:
Prop | Type | Required | Description |
---|---|---|---|
proofPath | string | Yes | Path to the proof binary file |
settingsPath | string | Yes | Path to the settings binary file |
title | string | No | Custom title for the verification modal |
buttonText | string | No | Custom text for the verify button |
author | string | No | Name of the model/proof author |
modelDescription | string | No | Description of the AI model |
authorUrl | string | No | URL to the author’s website/profile |
className | string | No | Additional CSS classes for the button |
dark
class is present on the HTML element:
import '@gizatech/luminair-react/styles.css'