This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathETH.registry.json
36 lines (36 loc) · 1.73 KB
/
ETH.registry.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"algorithm": "Ethash",
"chat": ["https://telegram.me/joinchat/AyAwgj-vtnMdUxRvCgicuQ"],
"community": ["https://www.reddit.com/r/ethereum", "https://www.reddit.com/r/ethtrader"],
"description": {
"en": "Ethereum is an open-source, public, blockchain-based distributed computing platform and operating system featuring smart contract functionality. It supports a modified version of Nakamoto consensus via transaction-based state transitions."
},
"explorer": ["https://etherscan.io/", "https://www.etherchain.org/", "https://ethplorer.io/"],
"fromSymbol": "ETH",
"is_crypto": true,
"is_minable": true,
"name": "Ethereum",
"network": {
"t_available_supply": 122373866.2178,
"t_block_reward": 3,
"t_max_supply": 0,
"t_total_supply": 122373866.2178
},
"wallets": ["https://neptune.so"],
"images": {
"image64": "https://storage.googleapis.com/blockmodo/coins/images/ETH_64_64.png",
"image128": "https://storage.googleapis.com/blockmodo/coins/images/ETH_128_128.png",
"image256": "https://storage.googleapis.com/blockmodo/coins/images/ETH_256_256.png",
"image512": "https://storage.googleapis.com/blockmodo/coins/images/ETH_512_512.png",
"image1024": "https://storage.googleapis.com/blockmodo/coins/images/ETH_1204_1024.png"
},
"proof_type": "PoW",
"quote": ["https://blockmodo.com/quotes/ETH"],
"social": ["https://twitter.com/ethereum", "https://www.facebook.com/ethereumproject/"],
"source_code": ["https://github.com/ethereum/go-ethereum", "https://github.com/ethereum/cpp-ethereum", "https://github.com/paritytech/parity", "https://github.com/ethereum/EIPs"],
"toSymbol": "ALL",
"type": "COINREGISTRY",
"version": 1,
"website": "https://www.ethereum.org/",
"adoptedFromSymbol": "ETH"
}