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

42 lines
1.3 KiB
JSON

{
"name": "Algorand",
"website": "http://algorand.foundation",
"source_code": "https://github.com/algorand",
"white_paper": "https://www.algorand.com/resources/white-papers/",
"description": "Algorand is the first blockchain to provide immediate transaction finality. No forking. No uncertainty. Algorand removes the technical barriers that for years undermined mainstream blockchain adoption: decentralization, scale, and security.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/AlgoFoundation",
"handle": "AlgoFoundation"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/AlgorandOfficial",
"handle": "AlgorandOfficial"
}
],
"explorer": "https://algoexplorer.io/",
"research": "https://research.binance.com/en/projects/algorand",
"symbol": "ALGO",
"type": "COIN",
"decimals": 6,
"status": "active",
"tags": [
"staking-native"
],
"links": [
{
"name": "github",
"url": "https://github.com/algorand"
},
{
"name": "twitter",
"url": "https://twitter.com/AlgoFoundation"
},
{
"name": "reddit",
"url": "https://reddit.com/r/AlgorandOfficial"
}
]
}