NFT Vending Machine


The UI below will configure and run a vending machine in your browser, running without connecting to any backend WildTangz servers. This web page is built on open source software components that are provided free of warranties, royalties, or any guarantees.

READ THE TOOLTIPS. YOU ARE RESPONSIBLE FOR VALIDATING ALL KEYS AND TRANSACTIONS BELOW.


NFT Policy and Key Information


Vending Machine (?) This is an ADDRESS and CBORHEX (e.g., 5820...) where users will send payments for the NFT. Creators should always expect that ADA sent here will be instantly processed by the vending machine for minting. Outputs from this address are sent back to the user and to the profit vault. This address is NOT intended to be a long-term store of value.

Profit [Hardware] Vault (?) FOR PRODUCTION MINTS USE A HARDWARE WALLET (e.g., Ledger). The value below is the ADDRESS where all the creator's profits from their NFT collection will be sent. It is CRUCIAL that these keys never be exposed as that will provide access to all the project's profits.

Mint Information

JSON Metadata Files (?) Upload exactly ONE asset's information per file. Only .JSON files allowed! The format should be as follows:
{
  "<asset_name>": {
    "name": "<asset_name>",
    "image": "ipfs://...",
    "mediaType": "image/<mime_sub_type>",
    "description": "...",
    "files": [{
      "name": "<filename>",
      "mediaType": "<mime_sub_type>",
      "src": "ipfs://...",
      "other_attributes": "..."
    }],
    "custom_attribute_1": "...",
    "other_attributes...": "..."
  }
}

Vending Machine Logs