trustwallet-assets/blockchains/neo/info/info.json
Adam R 6572a691df
[Internal] Remove socials sections from info.json's (#10876)
* Remove socials sections from info.json's

* Update error message if socials is present

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-28 11:24:55 +02:00

27 lines
884 B
JSON

{
"name": "Neo",
"website": "https://neo.org",
"source_code": "https://github.com/neo-project",
"white_paper": "http://docs.neo.org/en-us",
"description": "NEO is a non-profit community-based blockchain project that utilizes blockchain technology and digital identity to digitize assets, and to realize a smart economy with a distributed network.",
"explorer": "https://neoscan.io",
"research": "https://research.binance.com/en/projects/neo",
"symbol": "NEO",
"type": "COIN",
"decimals": 8,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/neo-project"
},
{
"name": "twitter",
"url": "https://twitter.com/neo_blockchain"
},
{
"name": "reddit",
"url": "https://reddit.com/r/NEO"
}
]
}