Created
August 26, 2021 07:38
-
-
Save evanVtatum/73eb36928962f02ac288bb7795c4316e to your computer and use it in GitHub Desktop.
Deploy NF(royal)T Celo
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 — location — request POST ‘https://api-eu1.tatum.io/v3/nft/deploy' \ | |
— header ‘x-api-key: YOUR_API_KEY’ \ | |
— header ‘Content-Type: application/json’ \ | |
— data-raw ‘{ | |
“symbol”: “COLLECTIBLE”, | |
“name”: “CollectibleToken”, | |
“chain”: “CELO”, | |
“fromPrivateKey”: “0x4874827a55d87f2309c55b835af509e3427aa4d52321eeb49a2b93b5c0f8edfb”, | |
“feeCurrency”: “CUSD” | |
}’ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment