forked from nimiq/validators-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.example.json
23 lines (23 loc) · 1.29 KB
/
.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Optional. The name of the validator, by default it is the address",
"description": "Optional. A description of the validator",
"website": "Optional. The website of the validator.",
"address": "NQXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX",
"icon": "Optional. A base64 encoded SVG icon. By default identicon is used.",
"accentColor": "Required if icon is set. The brand color of the validator. Hex color code. e.g. '#1f2348'. Default to identicon background color.",
"fee": -1,
"payoutType": "none",
"payoutSchedule": "Optional. The payout frecuency of the validator. Any string is valid. e.g: 'Daily', 'Twice a day'",
"contact": {
"email": "Optional. The email of the validator",
"telegram": "Optional. The telegram handle of the validator",
"twitter": "Optional. The twitter handle of the validator",
"discordInvitationUrl": "Optional. The discord invitation url of the validator",
"bluesky": "Optional. The bluesky handle of the validator",
"github": "Optional. The github handle of the validator",
"linkedin": "Optional. The linkedin handle of the validator",
"facebook": "Optional. The facebook handle of the validator",
"instagram": "Optional. The instagram handle of the validator",
"youtube": "Optional. The youtube handle of the validator"
}
}