In order to mint tokens, you will need to provide the wallet for which you want to mint the token.

Now, it’s time to create a wallet that we will be using.

curl --request POST \
  --url https://protocol-sandbox.lumx.io/wallets \
  --header 'Authorization: Bearer $API_KEY'

You will receive a status 201 with an object containing the ID and the address for wallet.

Congratulations! You can check your wallet on theblock explorer. Just paste the wallet address in the search field.

You’re now ready to start minting tokens using your contract and your newly created wallet.

Any problems during this guide? Check some possible troubleshooting.