Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Created August 26, 2021 07:38
Show Gist options
  • Save evanVtatum/73eb36928962f02ac288bb7795c4316e to your computer and use it in GitHub Desktop.
Save evanVtatum/73eb36928962f02ac288bb7795c4316e to your computer and use it in GitHub Desktop.
Deploy NF(royal)T Celo
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