Skip to content

Commit

Permalink
Added multiple tokens, added changes to README (#387)
Browse files Browse the repository at this point in the history
* Added multiple tokens

* Update README.md
  • Loading branch information
peepo-alt authored Jul 13, 2023
1 parent 7b56121 commit ed022c5
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- Make sure your token [has a pool](https://docs.minswap.org/faq/token-launching-and-farming/1.-token-listing)

- Make sure your token has a logo added in the [Cardano Token Registry](https://github.com/cardano-foundation/cardano-token-registry)

## How to verify your token

1. Create Pull Request with following information to `tokens.json` file:
Expand All @@ -10,7 +12,7 @@
{
"$policyId": {
"project": string,
"categories": string[], // some of the following: "DeFi", "RealFi" | "GameFi" | "Meme" | "Bridge" | "Metaverse" | "Wallet" | "NFT" | "Oracle" | "AI" | "Launchpad" | "DAO" | "Other"
"categories": string[], // some of the following: "DeFi", "RealFi" | "GameFi" | "Meme" | "Bridge" | "Metaverse" | "Wallet" | "NFT" | "Oracle" | "AI" | "Launchpad" | "DAO" | "Stablecoin" | "Social" | "Other"
"socialLinks"?: {
"website"?: string,
"twitter"?: string,
Expand Down
70 changes: 70 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2150,5 +2150,75 @@
"twitter": "https://twitter.com/HydraCNFT",
"discord": "https://discord.gg/hydraproject"
}
},
"521ec1ae6f87ec944a4b32890d62cd4a243d612f80fe26db999628f0": {
"project": "Wild Warriors",
"categories": ["NFT"],
"socialLinks": {
"twitter": "https://twitter.com/WildWarriorsNFT",
"discord": "https://discord.gg/kP5NAnWkmB"
}
},
"4f771973824f79fff176fe5cc0f29f5f5331a4692e5aa9a0bd0cdde6": {
"project": "Apex Kingdom",
"categories": ["NFT"],
"socialLinks": {
"website": "https://apexkingdom.io",
"twitter": "https://twitter.com/ApexKingdomCnft",
"discord": "https://discord.gg/apexkingdom"
}
},
"ea2d23f1fa631b414252824c153f2d6ba833506477a929770a4dd9c2": {
"project": "MAdbuLL",
"categories": ["Meme", "GameFi", "Metaverse"],
"socialLinks": {
"website": "https://madbull.io/",
"twitter": "https://twitter.com/fLiGhtofMAdbuLL",
"telegram": "https://t.me/fLiGhtofMAdbuLL"
}
},
"f2fe9aafd2e5b3b00e2949a96d44a84d9f4d818d63945010a466a4ae": {
"project": "Smart Contract Audit Token",
"categories": ["Social", "DAO"],
"socialLinks": {
"website": "https://www.scatdao.com",
"twitter": "https://twitter.com/SCATDAO",
"discord": "https://discord.com/invite/rfFkJxu9kP",
"telegram": "https://t.me/SCAT_DAO"
}
},
"dc280dbb5381ef28afbab4ca31751f13c29562d376998e907ff1af32": {
"project": "GNUG",
"categories": ["Meme", "Other"],
"socialLinks": {
"website": "https://www.gnug.app",
"twitter": "https://twitter.com/GNUGapp"
}
},
"dbc31b04d90b37332813cb4cee3e8f79994643d899a5366797e745ee": {
"project": "Fudbuddies",
"categories": ["Meme"],
"socialLinks": {
"website": "https://fudbuddies.io",
"twitter": "http://twitter.com/fudbuddies",
"discord": "https://discord.gg/QwW4VWSh"
}
},
"6106ab6d8912a8f7e08b5d3300d5f8bdd6371793caceee7e08598685": {
"project": "GaryCBDC",
"categories": ["Meme"],
"socialLinks": {
"website": "http://www.tokensyndicate.de",
"twitter": "https://twitter.com/TokenSyndicate"
}
},
"88c7fe7cf68625fd24dc3405432684ae85da094dceff25f81d6664fd": {
"project": "ZOMBIE",
"categories": ["Meme"],
"socialLinks": {
"website": "https://adamannequins.com/",
"twitter": "https://twitter.com/mannequinsnft",
"discord": "https://discord.gg/ArtGUbuVHw"
}
}
}

0 comments on commit ed022c5

Please sign in to comment.