trustwallet-assets/blockchains/neo/info/info.json
Adam R e3d5d8ed79
[Internal] Coin info's: Include in checks; perform socials->links migration (#10707)
* Include coin info.json's in checks as well

* Put all chain coin cheks into one check step

* Socials->links adaptation in coin info.json's

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

39 lines
1.2 KiB
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.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/neo_blockchain",
"handle": "neo_blockchain"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/NEO",
"handle": "NEO"
}
],
"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"
}
]
}