Skip to content

Instantly share code, notes, and snippets.

@digitalnomad91
Created May 26, 2022 23:33
Show Gist options
  • Save digitalnomad91/9d774e9923ff4660a3e5c56e017b019b to your computer and use it in GitHub Desktop.
Save digitalnomad91/9d774e9923ff4660a3e5c56e017b019b to your computer and use it in GitHub Desktop.
Create collection curl request example
curl --location --request POST 'localhost:3005/collection/' \
--header 'Content-Type: application/json' \
--data-raw '{
"options": {
"serverless": false
},
"collection": {
"collectionId": "digitalnomad91",
"name": "digitalnomad91",
"networkId": "telos",
"mintStatus": "in progress",
"tokenType": "ERC721",
"logoUrl": "https://codebuilder.us/images/mandala4_75.png",
"backgroundUrl": "https://codebuilder.us/images/bitcoin-advantages.jpg",
"description": "Digitalnomad91 test nft",
"twitter": "https://twitter.com/digitalnomad91",
"discord": "https://chat.subtlefu.ge",
"website": "https://subtlefu.ge",
"verified": true
},
"chainAddresses": [
"0xC799237233E24e1703FE88CdD14C6816551A4dEE"
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment