-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdappnode_package.json
29 lines (29 loc) · 1.3 KB
/
dappnode_package.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
{
"name": "monero.dnp.dappnode.eth",
"version": "0.2.11",
"upstreamVersion": "v0.18.3.3",
"upstreamRepo": "monero-project/monero",
"shortDescription": "Your own node for the private digital currency",
"description": "The Monero daemon monerod keeps your computer synced up with the Monero network. It downloads and validates the blockchain from the p2p network. `monerod` is entirely decoupled from your wallet. `monerod` does not access your private keys - it is not aware of your transactions and balance. Read the [monerod reference](https://monerodocs.org/interacting/monerod-reference/) to know all you can do with this DAppNode Package.",
"type": "service",
"chain": "monero",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
"Abel Boldú (@vdo)"
],
"categories": ["Blockchain"],
"keywords": ["monero"],
"links": {
"api": "http://monero.dappnode:18081",
"homepage": "https://github.com/dappnode/DAppNodePackage-monero#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-monero.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-monero/issues"
},
"license": "GPL-3.0"
}