Created
July 27, 2021 14:27
-
-
Save evanVtatum/603ffbb9ad234ad145037824fdaeaa26 to your computer and use it in GitHub Desktop.
Deploy NFT Celo cURL
This file contains hidden or 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":"CELO","name":"My ERC721","symbol":"ERC_SYMBOL","fromPrivateKey":"0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2","nonce":0,"feeCurrency":"CELO"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment