Security and verification
NFT.
NFT factory with verifiable randomness via the on-chain VRF precompile.
mintRandom() derives collision-checked token ids.- STATUS
- Testnet
- CRATE
- tenzro-vm
- STABILITY
- Stable
- TYPE
- Component
01
Factory
Precompile 0x1006 (NFT_FACTORY). Exposes mintRandom() selector 0x52517e21 which consumes a verified VRF output.
02
Rarity
VRF output also drives a rarity tier — auditable on-chain randomness without an external oracle.
03
CLI
tenzro nft create-collection --name ... --symbol ... --creator <addr>
tenzro nft mint --collection <id> --token-id <id> --to <addr>
tenzro nft transfer --collection <id> --token-id <id> --to <addr>
tenzro nft info --collection <id>Related