Verify blockchain certificates using NFT metadata
All certificate data is stored immutably on Algorand blockchain as NFTs. With our algoflow-sdk, complex blockchain operations become incredibly simple.
import { getNft } from 'algoflow-sdk'
const certificate = await getNft(746528771)const metadata = await fetch(certificate.url)
const verified = await metadata.json()