6.6 Update Token URI

  1. Connect your wallet by clicking "Connect Wallet" at the top right.

  2. From the "Portfolio" page or the search bar, click or enter the parent handle you wish to update the token URI.

  3. On the "Manage Handle" page, find the Token URI section. Enter the text-based information you would like to store publicly in your handle.

    Ensure you have sufficient gas fees, then click "Update URI" and confirm the transaction. If the transaction is successful, congratulations! If not, you may not be the owner of the handle.

Note: There is currently no official standard for how the token URI should operate for HNDL; it is still in the experimental stage. However, we believe a JSON format would be more practical for all use cases. JSON Example:


{
    "attributes": [
        {
            "trait_type": "Handle",
            "value": "Parent"
        },
        {
            "trait_type": "Letters",
            "value": "7"
        }
        {
            "trait_type": "Digits",
            "value": "0"
        }
        {
            "trait_type": "Hyphen",
            "value": "0"
        }
        {
            "trait_type": "Punycode",
            "value": "No"
        }                
        {
            "trait_type": "Name",
            "value": "Satoshi Nakamoto"
        }
        {
            "trait_type": "Phone Number",
            "value": "012 345 6789"
        }        
        {
            "trait_type": "E-mail",
            "value": "satoshin@gmx.com"
        }
        {
            "trait_type": "Website",
            "value": "https://www.bitcoin.org"
        }
        
    ],
    "description": "HNDL, an acronym for Handle Naming Decentralized Ledger, represents an innovative decentralized handle naming system developed on the Rootstock sidechain.",
    "image": "link to inscription",
    "hamdle": "satoshi.₿"

}

Last updated