{"id":74271,"library":"vending-minter","title":"Vending Minter","description":"Stargaze vending minter contract for NFT minting on the Stargaze blockchain.","status":"active","version":"3.15.0","language":"rust","source_language":null,"source_url":"https://github.com/public-awesome/launchpad","tags":["stargaze","nft","cosmwasm","contract","minter"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nvending-minter = \"3.15.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add vending-minter","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"InstantiateMsg","correct":"use vending_minter::msg::InstantiateMsg;"}],"quickstart":{"code":"use vending_minter::msg::InstantiateMsg;\n\nfn main() {\n    let msg = InstantiateMsg {\n        name: \"My NFT\".to_string(),\n        symbol: \"MNFT\".to_string(),\n        minter: \"stars1...\".to_string(),\n        collection_info_extension: None,\n    };\n    println!(\"{:?}\", msg);\n}","lang":"rust","description":"Create an instantiate message for the vending minter contract."},"warnings":[],"env_vars":null,"search_vec":"'blockchain':13 'contract':6,17 'cosmwasm':16 'mint':9 'minter':2,5,18 'nft':8,15 'stargaz':3,12,14 'vend':1,4","created_at":"2026-06-17T19:01:36.361054+00:00","updated_at":"2026-06-17T19:01:36.361054+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://stargaze.zone","github":"https://github.com/public-awesome/launchpad","docs":"https://docs.rs/vending-minter/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}