trustwallet-assets/blockchains/eos/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
910 B
JSON

{
"name": "EOS",
"website": "https://eos.io",
"description": "EOS is a cryptocurrency token and blockchain that operates as a smart contract platform for the deployment of decentralized applications and decentralized autonomous corporations.",
"explorer": "https://bloks.io/",
"research": "https://research.binance.com/en/projects/eos",
"symbol": "EOS",
"type": "COIN",
"decimals": 4,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/eosio"
},
{
"name": "twitter",
"url": "https://twitter.com/block_one_"
},
{
"name": "reddit",
"url": "https://reddit.com/r/EOS"
},
{
"name": "whitepaper",
"url": "https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md"
}
]
}