trustwallet-assets/blockchains/nimiq/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
774 B
JSON

{
"name": "Nimiq",
"website": "https://nimiq.com",
"description": "Nimiq is the blockchain designed for simplicity. Nimiq aims to be the best performing and easiest-to-use decentralized payment protocol & ecosystem.",
"explorer": "https://nimiq.watch",
"symbol": "NIM",
"type": "COIN",
"decimals": 5,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/nimiq"
},
{
"name": "twitter",
"url": "https://twitter.com/nimiq"
},
{
"name": "reddit",
"url": "https://reddit.com/r/Nimiq"
},
{
"name": "whitepaper",
"url": "https://nimiq.com/whitepaper"
}
]
}