trustwallet-assets/blockchains/bitcoincash/info/info.json
Mykola f3ffd0b9ae
Update coin info structure (#1511)
* Remove data_source and change explorers for coin info list

* Remove explorers and data_soruce from info model

* Add new helper func getChainAssetInfoPath

* script

* Rename explorers => explorer

* Rename explorers => explorer

* Remove lowercased version

* Optimised images with calibre/image-actions

* remove

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-03-21 20:12:51 -07:00

21 lines
1.2 KiB
JSON

{
"name": "Bitcoin Cash",
"website": "https://bitcoincash.org/",
"source_code": "https://github.com/bitcoincashorg/",
"white_paper": "https://www.bitcoincash.org/bitcoin.pdf",
"short_description": "Bitcoin ABC is an electronic cash platform that allows peer-to-peer online cash payments. It is a fork (a copy in a way) of Bitcoin (BTC).",
"description": "Bitcoin Cash (BCH) is hard fork (a community-activated update to the protocol or code) of Bitcoin that took effect on August 1st, 2017 that increased the block size to 8MB, to help the scale the underlying technology of Bitcoin.Nov 16th 2018: BCH was hard forked again and split into Bitcoin SV and Bitcoin ABC. Bitcoin ABC became the dominant chain and took over the BCH ticker as it had more hashpower and majority of the nodes in the network.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/BITCOlNCASH",
"handle": "BITCOlNCASH"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/Bitcoincash",
"handle": "Bitcoincash"
}
],
"explorer": "https://blockchair.com/bitcoin-cash"
}