trustwallet-assets/blockchains/cardano/info/info.json
Adam R 6572a691df
[Internal] Remove socials sections from info.json's (#10876)
* Remove socials sections from info.json's

* Update error message if socials is present

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

27 lines
955 B
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.",
"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"
}
]
}