trustwallet-assets/blockchains/algorand/info/info.json
Adam R 6d5682e43f
[Internal] Coin info type should be lowercase 'coin' (#11234)
* Coin info type should be lowercase 'coin'

* Make coin info types lowercase 'coin'

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-07-04 07:35:54 +02:00

32 lines
1.0 KiB
JSON

{
"name": "Algorand",
"website": "http://algorand.foundation",
"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.",
"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"
},
{
"name": "whitepaper",
"url": "https://www.algorand.com/resources/white-papers/"
}
]
}