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

29 lines
884 B
JSON

{
"name": "Bitcoin",
"website": "https://bitcoin.org",
"description": "Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.",
"explorer": "https://blockchain.info",
"research": "https://research.binance.com/en/projects/bitcoin",
"symbol": "BTC",
"type": "COIN",
"decimals": 8,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/bitcoin"
},
{
"name": "twitter",
"url": "https://twitter.com/Bitcoin"
},
{
"name": "reddit",
"url": "https://reddit.com/r/Bitcoin"
},
{
"name": "whitepaper",
"url": "https://bitcoin.org/bitcoin.pdf"
}
]
}