trustwallet-assets/blockchains/nervos/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
872 B
JSON

{
"name": "Nervos Network",
"website": "http://nervos.org",
"description": "Nervos CKB (Common Knowledge Byte) is the native token of the Nervos Common Knowledge Base, a multi-asset, store of value, proof of work public blockchain.",
"explorer": "https://explorer.nervos.org",
"symbol": "CKB",
"type": "COIN",
"decimals": 8,
"status": "abandoned",
"links": [
{
"name": "github",
"url": "https://github.com/nervosnetwork"
},
{
"name": "twitter",
"url": "https://twitter.com/nervosnetwork"
},
{
"name": "reddit",
"url": "https://reddit.com/r/NervosNetwork"
},
{
"name": "whitepaper",
"url": "https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0002-ckb/0002-ckb.md"
}
]
}