-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdappnode_package.json
More file actions
33 lines (33 loc) · 916 Bytes
/
dappnode_package.json
File metadata and controls
33 lines (33 loc) · 916 Bytes
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
{
"name": "ethchain-geth.public.dappnode.eth",
"version": "10.0.79",
"upstream": "v1.17.1",
"autoupdate": true,
"title": "Ethereum node (Geth + mainnet)",
"description": "Ethereum Client - based on Geth",
"avatar": "/ipfs/QmVQUEapZGZ7tWfDWP4XUQBxCe2rLbdPJLXu3QaLiPp542",
"type": "library",
"chain": "ethereum",
"image": {
"restart": "always",
"ports": [
"30303:30303",
"30303:30303/udp"
],
"volumes": [
"ethchain-geth:/root/.ethereum/ethchain-geth"
],
"environment": [
"NETWORK=mainnet",
"EXTRA_OPTS=--http.api eth,net,web3,txpool"
]
},
"author": "AVADO",
"license": "(C)",
"links": {
"RPC endpoint": "http://ethchain-geth.my.ava.do:8545",
"RPC endpoint (SSL)": "https://ethchain-geth.my.ava.do",
"WS endpoint": "ws://ethchain-geth.my.ava.do:8546",
"EE endpoint (http)": "http://ethchain-geth.my.ava.do:8551"
}
}