trustwallet-assets/blockchains/cardano/info/info.json
Adam R e3d5d8ed79
[Internal] Coin info's: Include in checks; perform socials->links migration (#10707)
* Include coin info.json's in checks as well

* Put all chain coin cheks into one check step

* Socials->links adaptation in coin info.json's

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-25 11:12:11 +02:00

39 lines
1.2 KiB
JSON

{
"name": "Cardano",
"website": "https://cardano.org",
"source_code": "https://github.com/input-output-hk/cardano-sl/",
"white_paper": "https://www.cardano.org/en/academic-papers/",
"description": "Cardano (ADA) is a decentralized platform that will allow complex programmable transfers of value in a secure and scalable fashion. Cardano is built in the secure Haskell programming language.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/cardano",
"handle": "cardano"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/cardano",
"handle": "cardano"
}
],
"explorer": "https://cardanoexplorer.com/",
"research": "https://research.binance.com/en/projects/cardano",
"symbol": "ADA",
"type": "COIN",
"decimals": 6,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/input-output-hk/cardano-sl/"
},
{
"name": "twitter",
"url": "https://twitter.com/cardano"
},
{
"name": "reddit",
"url": "https://reddit.com/r/cardano"
}
]
}