trustwallet-assets/blockchains/ontology/info/info.json
Adam R e5a5a0abed
[Internal] Remove source_code, whitepaper fields (#10891)
* Remove all source_code and whitepaper fields (moved to links section)

* Move white_paper fields to links section

* Add checks for source_code, whitepaper fields

* Whitepaper fixes

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-06-28 17:49:10 +02:00

29 lines
936 B
JSON

{
"name": "Ontology",
"website": "https://ont.io",
"description": "Ontology is a new high-performance public blockchain project & a distributed trust collaboration platform that include a series of complete distributed ledgers and smart contract systems.",
"explorer": "https://explorer.ont.io",
"research": "https://research.binance.com/en/projects/ontology",
"symbol": "ONT",
"type": "COIN",
"decimals": 0,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/ontio"
},
{
"name": "twitter",
"url": "https://twitter.com/OntologyNetwork"
},
{
"name": "reddit",
"url": "https://reddit.com/r/OntologyNetwork"
},
{
"name": "whitepaper",
"url": "https://ont.io/wp/Ontology-Introductory-White-Paper-EN.pdf"
}
]
}