-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
funding.json
50 lines (50 loc) · 1.96 KB
/
funding.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
43
44
45
46
47
48
49
50
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "The Scroll",
"email": "[email protected]",
"phone": "1-415-937-1984",
"description": "Building a successor to the web that is public domain, intelligent, and works offline.",
"webpageUrl": {
"url": "https://scroll.pub/"
}
},
"projects": [{
"guid": "the-scroll",
"name": "The Scroll",
"description": "The Scroll is a successor to the web that is public domain, intelligent, and works offline. It uses Git instead of HTTP, Scroll instead of HTML, ScrollSets instead of databases, and ScrollHub instead of GitHub. Made possible by breakthroughs including the PPS stack (Particles, Parsers, and Scroll) and novel mathematical equations. The project aims to provide a pristine copy of civilization's knowledge in everyone's pocket by 2030.",
"webpageUrl": {
"url": "https://scroll.pub/"
},
"repositoryUrl": {
"url": "https://scroll.pub/"
},
"licenses": ["spdx:CC0-1.0"],
"tags": ["information-systems", "knowledge-management", "public-domain", "offline-first", "git-based"]
}],
"funding": {
"channels": [{
"guid": "breck-paypal",
"type": "other",
"address": "[email protected]"
}],
"plans": [{
"guid": "paypal",
"status": "active",
"name": "Quarterly funding plan",
"amount": 8000,
"currency": "USD",
"frequency": "monthly",
"channels": ["breck-paypal"]
}],
"history": [{
"year": 2024,
"income": 1000,
"expenses": 100000,
"currency": "USD",
"description": "Founder personally funded R&D with >$1M prior to this round. Current revenue stream includes root name sales at $100 for 10-year registration."
}]
}
}