I am trying to create a simple NFT with the code below: module ptb::name; use std::string::{Self, String}; public struct Item has key, store { id: UID, name: String, } public entry fun mint( name: vector<…
category_key changed
none → misc
Jan 26, 2026, 7:36 AM
Item created
Oct 10, 2025, 12:44 PM