From a49d4dab9e7ead8791fd4b7fd5abeeba0c521289 Mon Sep 17 00:00:00 2001 From: zachzwei <35627271+zachzwei@users.noreply.github.com> Date: Mon, 27 Jan 2020 16:21:43 +0800 Subject: [PATCH] Updated SOL info.json Source: https://solana.com/ --- blockchains/solana/info/info.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/blockchains/solana/info/info.json b/blockchains/solana/info/info.json index 5348e3e63..4b046c038 100644 --- a/blockchains/solana/info/info.json +++ b/blockchains/solana/info/info.json @@ -1,28 +1,28 @@ { - "name": "", - "website": "", - "source_code": "", - "whitepaper": "", + "name": "Solana", + "website": "https://solana.com/", + "source_code": "https://github.com/solana-labs", + "whitepaper": "https://github.com/solana-labs/whitepaper", "explorers": [ { - "name": "", - "url": "" + "name": "Edge Explorer", + "url": "https://edge.explorer.solana.com/" } ], "socials": [ { "name": "Twitter", - "url": "" + "url": "https://twitter.com/solana" }, { "name": "Reddit", - "url": "" + "url": "https://www.reddit.com/r/solana" } ], "details": [ { "language": "en", - "description": "" + "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"