trustwallet-assets/blockchains/solana/info/info.json
Mykola f3ffd0b9ae
Update coin info structure (#1511)
* Remove data_source and change explorers for coin info list

* Remove explorers and data_soruce from info model

* Add new helper func getChainAssetInfoPath

* script

* Rename explorers => explorer

* Rename explorers => explorer

* Remove lowercased version

* Optimised images with calibre/image-actions

* remove

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-03-21 20:12:51 -07:00

21 lines
1.2 KiB
JSON

{
"name": "Solana",
"website": "https://solana.com/",
"source_code": "https://github.com/solana-labs",
"white_paper": "https://github.com/solana-labs/whitepaper",
"short_description": "Solana is the worlds most performant blockchain in the world at 710k transactions per second. 710k TPS is achieved by encoding the passage of time as data.",
"description": "Solana is the worlds most performant blockchain in the world at 710k transactions per second. 710k TPS is achieved by encoding the passage of time as data. The company has headquarters in San Francisco, San Diego, and Boulder. Solana will be a Proof of Stake (PoS) network, and uses Proof of History (PoH) as our scaling solution (not sharding). Solana will have smart contract capability and will likely begin by supporting Solidity and JS, and later move toward a safer, established contract language that caters to our high-throughput pipeline.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/solana",
"handle": "solana"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/solana",
"handle": "solana"
}
],
"explorer": "https://edge.explorer.solana.com/"
}