Tokenization
The Tokenization allows users to securely notarize files on the Algorand blockchain, creating unique NFTs that ensure authenticity and immutable record-keeping.
Notarization_metadata = {
"name": file_name,
"description": description,
"file_stored": bool,
"file_hash_SHA256": hash_sha256,
"signers": [],
"signatures": [],
}ARC-0019 Algorand Standard Asset
Alright, time to notarize a file on Toknox! Let's walk through the steps.
Tokenize a fileLast updated