forked from consenlabs/eos-bp-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
$template.json
executable file
·42 lines (42 loc) · 1.06 KB
/
$template.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
37
38
39
40
41
42
{
"title": "Name this listing",
"tagline": {
"en": "Say something catchy",
"zh": ""
},
"introduce": {
"en": "Producer description",
"zh": ""
},
"account_name": "Name of producer account",
"public_key": "Public key for producer account",
"org": {
"name": "Organization name",
"website": "",
"email": "",
"branding":{
"logo": "logo-$account_name.png",
"cover": "cover-$account_name.png"
},
"location": "City, Country",
"social_network": {
"steemit": "https://steemit.com/@your-awesome-project",
"twitter": "https://twitter.com/your-awesome-project",
"facebook": "https://www.facebook.com/your-awesome-project",
"github": "https://github.com/your-awesome-project",
"telegram": "https://t.me/your-awesome-project"
}
},
"nodes": [
{
"location": {
"id": "insert country code, refer to: https://countrycode.org/",
"name": "Country"
},
"is_producer": false,
"p2p_endpoint": "",
"api_endpoint": "",
"ssl_endpoint": ""
}
]
}