trustwallet-assets/blockchains/doge/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
959 B
JSON

{
"name": "Dogecoin",
"website": "http://dogecoin.com",
"source_code": "https://github.com/dogecoin/dogecoin",
"white_paper": "https://github.com/dogecoin/dogecoin/blob/master/README.md",
"description": "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide. Introduced as a joke currency on 6 December 2013, Dogecoin quickly developed its own online community.",
"explorer": "https://blockchair.com/dogecoin",
"research": "https://research.binance.com/en/projects/dogecoin",
"symbol": "DOGE",
"type": "COIN",
"decimals": 8,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/dogecoin/dogecoin"
},
{
"name": "twitter",
"url": "https://twitter.com/dogecoin"
},
{
"name": "reddit",
"url": "https://reddit.com/r/dogecoin"
}
]
}