The Book of Tangz
  • ๐ŸฆงWild Tangz Website
  • ๐Ÿ‘‹The Book of Tangz
  • About
    • โœจTeam
  • Tangz Tools
    • ๐ŸŽจ1-of-1 Mint Machine
    • ๐Ÿ”ฅBurn Service
    • โšกCardano Submit API
    • ๐Ÿ’ธIn-Browser Vending Machine
    • ๐Ÿ“ฑMobile App with Widgets
    • ๐ŸงนNFT Sweep Chrome Extension
    • ๐ŸŸงOrdinals - Recursive Inscriber
    • ๐Ÿ”ŽTransaction Retrieval Service
    • ๐Ÿ—ณ๏ธVoting
  • Open Source
    • ๐Ÿ“–The Wild Tangz Art Generator
    • ๐Ÿ“–Twitter Listing and Sales Bot
    • ๐Ÿ“–Website dApp Javascript Library
  • Support
    • FAQ
    • Official Links
    • Support Tickets
  • Policies
    • Terms and Conditions
Powered by GitBook
On this page
  1. Tangz Tools

In-Browser Vending Machine

PreviousCardano Submit APINextMobile App with Widgets

Last updated 1 year ago

Holding Requirements: 1 Wild Tangz = 500 NFT files at a time (unlimited refills)

This interface enables you to upload JSON-formatted metadata files (1 file per 1 asset), and configure a vending machine to monitor for UTXOs and process new mints. Profit vaults MUST be hardware (e.g., Ledger) for production use cases.

URL:

Status: Production (Vasil) release

Documentation: Tooltips overlay

Instructional Video

Sample JSON Metadata File

See below for a sample JSON file. Note that the 721 and Policy ID wrappers are generated on the fly, so they should not be included in the uploaded file.

{
  "WildTangz 1": {
    "mediaType": "image/png",
    "project": "Wild Tangz",
    "fur": "Crimson",
    "body": "Default",
    "accessories": "None",
    "eyes": "Crying",
    "eyewear": "Monocle",
    "headwear": "Beret",
    "clothing": "Overalls",
    "mouth": "Cigarette",
    "name": "WildTangz 1",
    "background": "Carmine Pink",
    "image": "ipfs://QmdsAtotMCHAAPZEiw66H6kbDGpoEwy4pn4XTq6CbZQo5t"
  }
}

Each file should have exactly one asset in it.

Codebase:

๐Ÿ’ธ
https://github.com/thaddeusdiamond/cardano-nft-mint-frontend
https://legacy.wildtangz.com/vending-machine