jmagly / build.teztools.io

Build blockchain powered applications with scripts and tools built against teztools.io infrastructure
MIT License
9 stars 7 forks source link

addition of categories #5

Closed japan2k20 closed 3 years ago

japan2k20 commented 3 years ago

It's always easy to distinguish between the project function and the token function (HeN is a NFT platform but hdao serves mainly as governance) Happy to discuss about it!

jmagly commented 3 years ago

I'm down with the idea, though I would suggest making it a comma seperated list rather than having 3 distinct fields.

{ "symbol": "CRUNCH", "tokenAddress": "KT1BHCumksALJQJ8q8to2EPigPW6qpyTr7Ng", "tokenId": 0, "websiteLink": "https://crunchy.network/", "telegramLink": "https://t.me/Tezos10x", "twitterLink": "https://twitter.com/CrunchyTez", "discordLink": "" "tags": "Utility, anothertag, yet another tag" }

You can use simple phrases with spaces to get more creative with your tags but avoid using any especial chars. letters, numbers and spaces are the least problematic here. You can also add more than 4 tags this way, but try not to go crazy, everyone has to download this!

If you can update your request ill happily include the data!