Mint NFT
Minting NFT and linking metadata to Logosphere
curl http://localhost:7070/v2/network/informationCustodial Minting
# CARDANO
# Cardano network: testnet (preview, preprod) or mainnet
CARDANO_NETWORK=preview
# Wallet ID for custodial minting of NFT assets (used in mintNft API methods)
CARDANO_WALLET_ID=
# Mnemonic for the custodial wallet (15 words, comma separated)
CARDANO_WALLET_MNEMONIC= <mnemonic> # very,rescue,palm,hazard,certain,buddy,topic,profit,office,split,bravo,tango,lima,novel,poncho
# Address of the custodial wallet
CARDANO_WALLET_ADDRESS=<address> # addr_test1qpzm3kh2rg7y0rsdz9qg72f0cap9ecqvremlp3mwzx9zmhrz0zdwlafjp6wpke3ryv7rzqr35vn0ja5lcghymxghs7sq3jfga0Update music model for NFT minting
@Entity('track', { nft: true })
export class Track {
...
}Rebuild the model and update the API
Update docker image and restart the music service
Mint NFT
Non-custodial Minting
Last updated