mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
75136431f4
* Add nested-property for easy work with objects * Add infoList interface * Modify and run script to gen new "username" property * Add "username" prop for all coins * Optimised images with calibre/image-actions * Optimised images with calibre/image-actions * Rename username -> handle * Rename username -> handle * Optimised images with calibre/image-actions * rename * Update handle Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"name": "Solana",
|
|
"website": "https://solana.com/",
|
|
"source_code": "https://github.com/solana-labs",
|
|
"whitepaper": "https://github.com/solana-labs/whitepaper",
|
|
"explorers": [
|
|
{
|
|
"name": "Edge Explorer",
|
|
"url": "https://edge.explorer.solana.com/"
|
|
}
|
|
],
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/solana",
|
|
"handle": "solana"
|
|
},
|
|
{
|
|
"name": "Reddit",
|
|
"url": "https://www.reddit.com/r/solana",
|
|
"handle": "solana"
|
|
}
|
|
],
|
|
"details": [
|
|
{
|
|
"language": "en",
|
|
"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."
|
|
}
|
|
],
|
|
"data_source": "crowd"
|
|
} |