-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.local.json
More file actions
47 lines (47 loc) · 988 Bytes
/
settings.local.json
File metadata and controls
47 lines (47 loc) · 988 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"eventName": "Open Source Village 2026",
"eventDates": {
"start": "2026-01-26",
"end": "2026-02-06"
},
"tokenEconomics": {
"initialBalance": 50,
"offerCreationCost": 1,
"rsvpCost": 1,
"claimCost": 1
},
"nostrRelays": [
"ws://localhost:3334"
],
"suggestedTags": [
"web3",
"ai",
"hardware",
"VR",
"privacy",
"sovereignty",
"decentralization",
"linux",
"python",
"react",
"javascript",
"typescript",
"funding",
"kids"
],
"nip29Group": {
"id": "osv-2026-dev",
"name": "Open Source Village 2026 (dev)",
"description": "Closed group for Open Source Village 2026 attendees (development environment)",
"isPrivate": true,
"isClosed": true
},
"rooms": [],
"token": {
"address": "0x2E70c02060Fc87009Be2f5C94591f6df4Bc4873e",
"name": "Open Source Village Token",
"symbol": "OSV",
"chain": "localhost",
"deployedAt": "2026-01-22T21:55:33.008Z"
}
}