trustwallet-assets/blockchains/smartbch/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

30 lines
1.1 KiB
JSON

{
"name": "smartBCH",
"website": "https://smartbch.org/",
"short_description": "smartBCH is a sidechain for Bitcoin Cash with EVM and Web3 compatibility.",
"description": "Smart Bitcoin Cash (smartBCH for short) is a sidechain for Bitcoin Cash and has an aim to explore new ideas and unlock possibilities. It is compatible with Ethereum's EVM and Web3 API and provides high throughput for DApps in a fast, secure, and decentralized manner.",
"explorer": "http://smartscan.cash/",
"research": "https://docs.smartbch.org/smartbch/",
"symbol": "BCH",
"type": "COIN",
"decimals": 18,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/smartbch/smartbch"
},
{
"name": "twitter",
"url": "https://twitter.com/SmartBCH"
},
{
"name": "reddit",
"url": "https://reddit.com/user/SmartBCH"
},
{
"name": "whitepaper",
"url": "https://github.com/smartbch/docs/blob/main/smartbch_whitepaper-en.md"
}
]
}