Bueno Docs
Buenoverse
Buenoverse
  • Introduction
    • Welcome to the Buenoverse! 🌍
    • Buenoverse Plans
    • Roadmap
  • Getting Started
    • Creating Your First World
    • Builder Basics
    • Add Collaborators
  • Fundamentals
    • Worlds and Rooms
    • Player Spawn Points
    • Elements
      • Hitboxes
      • Z-index
      • Interactions
    • Components
    • Asset Manager
    • Asset Kits
    • Image Generator
    • Layers and Floors
    • Paths
    • Sprite Animation
    • Sounds
    • Video
  • Interactions
    • Introduction to Interactions
    • Full walkthrough
    • Portals
    • External links
    • Effects
      • Animation
      • Music
      • Sounds
      • Confetti, Fireworks and Smoke
    • Abilities
      • Collectible
      • Mountable
      • Drivable
      • Movement
      • Thrower
      • Damage
      • Health
      • Mint Machine
      • Dress Up
    • Dialogue
      • AI Dialogue
      • Permissions
      • Items and Rewards
      • Collect Data
      • HTTP Requests (Advanced Feature)
    • Games
      • Podium
      • Test Lobby
  • Player Management
    • Player Options
    • Player Health
    • XP and Level Up
    • XP and Level Gating
    • Item Gating
    • Token Gating
    • Moderation
  • Tutorials
    • Building a DJ Room
    • Make a Hot Air Balloon
    • Make a Mint Machine
Powered by GitBook
On this page

Was this helpful?

  1. Interactions
  2. Abilities

Mint Machine

Create a mint event in your world!

PreviousHealthNextDress Up

Last updated 1 year ago

Was this helpful?

To implement a mint machine, you will need to already have a smart contract deployed.

To learn more about creating a smart contract with Bueno you can read about it in our section of the docs.

First, select the object that you would like to turn into a mint machine. Then, navigate to Interactions > Abilities > Mint Machine.

If you launched your contract with Bueno, creating a mint machine is as simple as selecting your Bueno project and contract from the drop down menus.

If the contract was deployed outside of Bueno, toggle off the Bueno Contract button. You'll need the contract address, contract method (usually "mint"), cost and max per transaction. Paste all of the required variables into the form, taking care that they match with your contract and select Save Configuration.

Once configured, players will be able to walk up to the machine and mint from the provided contract!

Smart Contract Deployer