trustwallet-assets/blockchains/algorand/info/info.json
Viktor Radchenko 5f6fb5ed94
[Internal] Add tagging support (#5911)
* Add tagging support

* Add example dao support for TWT

* Update info.json

* Rename daos => dao

* Update tags.json

* Update tag in TWT, governance/dao

* Update test

* Add staking-native tag

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-03-18 13:42:03 -07:00

28 lines
1.0 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"
]
}