trustwallet-assets/blockchains/kin/info/info.json
Adam R e5a5a0abed
[Internal] Remove source_code, whitepaper fields (#10891)
* Remove all source_code and whitepaper fields (moved to links section)

* Move white_paper fields to links section

* Add checks for source_code, whitepaper fields

* Whitepaper fixes

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-28 17:49:10 +02:00

28 lines
786 B
JSON

{
"name": "Kin",
"website": "https://kin.org",
"description": "Kin is a cryptocurrency designed to bring people together in a new shared economy.",
"explorer": "https://www.kin.org/blockchainExplorer",
"symbol": "KIN",
"type": "COIN",
"decimals": 5,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/kinecosystem"
},
{
"name": "twitter",
"url": "https://twitter.com/kin_foundation"
},
{
"name": "reddit",
"url": "https://reddit.com/r/KinFoundation"
},
{
"name": "whitepaper",
"url": "https://kinecosystem.org/static/files/Kin_Whitepaper_V1_English.pdf"
}
]
}