Create Odyssey
This page teaches you how to create the minting machine and deploy the smart contract on-chain using the details in config.json.
Enter the following command to create the minting machine:
odyssey create
If randomizer feature is required, enter the following command. Else, ignore this step.
odyssey populate-trait-config-list
Should you require to edit Trait Rarity/Probability, open the trait_config.json and manually edit the file.
Ensure that the steps in Whitelisting has been completed should you have additional phases to your mint.
Creator Mint
The following feature can be used for minting team allocations, or if you wish to specially mint NFTs to a specific address using the CLI. Take note that the NFTs will be minted in numerical order.
Enter the following command to mint an NFT:
odyssey mint-to
It will prompt for receiver address and the number of NFTs you wish to mint.
? Enter the receiver address:
? Enter the number of NFTs to be minted:
IMPORTANT: The wallet used to create the smart contract MUST be included in the whitelist if you are intending to use the mint-to
function.
IMPORTANT: Make sure you run the mint-to
function from the 'base' folder (odyssey in this example) and not any other folder. A common mistake is running this from the 'backend' folder.
End of page
Last updated