Overview
Learn how to deploy a smart contract and personalize your landing page, so that your community can mint your project directly on the Horizon Network. These are some requirements for your smart contract:
Must be a non-fungible token contract
Must have a
mintFor()
function that allows other contracts to mint on its behalf.
Steps to launching a collection:
Last updated