-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
27 lines (27 loc) · 1.02 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
{
"name": "idchain.public.dappnode.eth",
"version": "1.1.0",
"upstreamVersion": "idc1.9.18",
"shortDescription": "IDChain from BrightID.",
"description": "Ethereum-based proof-of-authority blockchain with democratically-elected validators, unique human accounts; used by BrightID for consensus.",
"type": "service",
"architectures": ["linux/amd64", "linux/arm64"],
"chain": "ethereum",
"author": "BrightID developers <support@brightid.org> (https://github.com/IDChain-eth)",
"contributors": ["Michael Bauer <michael@m-bauer.org>"],
"categories": ["Blockchain"],
"keywords": ["brightid", "idchain"],
"license": "GLP-3.0",
"links": {
"endpoint": "http://idchain.public.dappnode:8545",
"homepage": "https://github.com/BrightID/DAppNodePackage-IDChain/",
"explorer": "https://explorer.idchain.one/"
},
"repository": {
"type": "git",
"url": "https://github.com/BrightID/DAppNodePackage-IDChain.git"
},
"bugs": {
"url": "https://github.com/BrightID/DAppNodePackage-IDChain/issues"
}
}