Last active
October 5, 2021 09:52
-
-
Save evanVtatum/0e3fdaa42b3890f0f426317195f53726 to your computer and use it in GitHub Desktop.
Deploy NFT on Polygon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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