Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Last active October 5, 2021 09:52
Show Gist options
  • Save evanVtatum/0e3fdaa42b3890f0f426317195f53726 to your computer and use it in GitHub Desktop.
Save evanVtatum/0e3fdaa42b3890f0f426317195f53726 to your computer and use it in GitHub Desktop.
Deploy NFT on Polygon
curl --request POST \
--url https://api-eu1.tatum.io/v3/nft/deploy \
--header 'content-type: application/json' \
--header 'x-api-key: REPLACE_KEY_VALUE' \
--data '
{
"chain": "MATIC",
"name": "My ERC721",
"symbol": "ERC_SYMBOL",
"fromPrivateKey": "0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment