Registry / other / vending-minter

vending-minter

JSON →
library3.15.0rscratesunverified

Stargaze vending minter contract for NFT minting on the Stargaze blockchain.

# Cargo.toml [dependencies] vending-minter = "3.15.0"
INSTALL
IMPORT
SIG · VENDING-MINTER
V
vending-minter
otherrustv3.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InstantiateMsg
use vending_minter::msg::InstantiateMsg;

Create an instantiate message for the vending minter contract.

use vending_minter::msg::InstantiateMsg; fn main() { let msg = InstantiateMsg { name: "My NFT".to_string(), symbol: "MNFT".to_string(), minter: "stars1...".to_string(), collection_info_extension: None, }; println!("{:?}", msg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
vending-minter — cargo add vending-minter · libregistry