-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfunding.json
137 lines (137 loc) · 5.89 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"version": "v1.0.0",
"entity": {
"type": "group",
"role": "owner",
"name": "OrbitDB",
"email": "[email protected]",
"description": "OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS as its data storage and IPFS Pubsub to automatically sync databases with peers. It’s an eventually consistent database that uses CRDTs for conflict-free database merges making OrbitDB an excellent choice for decentralized apps (dApps), blockchain applications and offline-first web applications.\n\nOrbitDB empowers developers to build applications which protect data ownership, ensure user privacy and resist censorship.\n\nOrbitDB provides a crucial layer to the decentralized development stack, data storage. OrbitDB will drive the next generation of decentralized applications.",
"webpageUrl": {
"url": "https://orbitdb.org"
}
},
"projects": [
{
"guid": "encryption",
"name": "Encryption",
"description": "OrbitDB is incorporating encryption into its core functionality, allowing developers to encrypt data at both the individual record and entire database level.\n\nThrough a modular design, developers will be able to select the best encryption model for them application; some developers may opt for symmetric encryption for simplicity while others may require asymmetric encryption for records not intended for the creator. Some developers may require both, for example, when building a two-way chat system.\n\nEncryption will allow OrbitDB to compete as a viable alternative to traditional, centralized database systems.",
"webpageUrl": {
"url": "https://github.com/orbitdb/orbitdb",
"wellKnown": "https://github.com/orbitdb/orbitdb/raw/refs/heads/main/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/orbitdb/orbitdb",
"wellKnown": "https://github.com/orbitdb/orbitdb/raw/refs/heads/main/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"programming",
"cryptography",
"data",
"database",
"decentralized",
"dapp",
"privacy"
]
},
{
"guid": "voyager",
"name": "Voyager - OrbitDB Pinning",
"description": "Voyager is OrbitDB's pinning server.\n\nBecause of its peer-to-peer nature, OrbitDB cannot guarantee a user's database will always be available. In the case browser-based applications leveraging OrbitDB, as soon as the machine is offline, the data is no longer available until the machine returns to an online state.\n\nPinning allows databases to be replicated even if the source machine is offline. It also offers a great way to back up data, ensuring multiple copies but also guaranteeing the user owns and controls the source database.",
"webpageUrl": {
"url": "https://github.com/orbitdb/orbit-db-pinner",
"wellKnown": "https://github.com/orbitdb/orbit-db-pinner/raw/refs/heads/main/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/orbitdb/orbit-db-pinner",
"wellKnown": "https://github.com/orbitdb/orbit-db-pinner/raw/refs/heads/main/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"programming",
"cryptography",
"data",
"database",
"decentralized",
"dapp",
"privacy",
"p2p"
]
},
{
"guid": "go-orbitdb",
"name": "go-orbitdb - OrbitDB for Golang developers",
"description": "Go is a modern programming language for building system-based applications such as command line utilities, networking and servers.\n\ngo-orbitdb will provide Go developers with the ability to integrate peer-to-peer, decentralized databases into their applications and synchronize databases deployed other OrbitDB systems.",
"webpageUrl": {
"url": "https://github.com/orbitdb/go-orbitdb",
"wellKnown": "https://github.com/orbitdb/go-orbitdb/raw/refs/heads/main/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/orbitdb/go-orbitdb",
"wellKnown": "https://github.com/orbitdb/go-orbitdb/raw/refs/heads/main/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"programming",
"cryptography",
"data",
"database",
"decentralized",
"dapp",
"privacy",
"p2p"
]
}
],
"funding": {
"channels": [
{
"guid": "bitcoin",
"type": "other",
"address": "1Cr3MDh6jXfdPx5ysRLiCWPc3wKLq5vKZq",
"description": "Bitcoin payment. Send funds to address provided. If you would like to send a test payment, please email us first."
},
{
"guid": "ethereum",
"type": "other",
"address": "0x7d8d6519c81de8017d473247b4374fafb42996f5",
"description": "Ethereum payment. Send funds to address provided to any Ethereum-based chain. If you would like to send a test payment, please email us first."
}
],
"plans": [
{
"guid": "development",
"status": "active",
"name": "Development",
"description": "Engaging technical expertise including developers, sysadmins and devops.",
"amount": 0,
"currency": "USD",
"frequency": "other",
"channels": [
"bitcoin",
"ethereum"
]
},
{
"guid": "infrastructure",
"status": "active",
"name": "Infrastructure",
"description": "Server infrastructure. OrbitDB uses Bitlaunch. Bitlaunch accepts cryptocurrencies payments for hosting costs.",
"amount": 50,
"currency": "USD",
"frequency": "monthly",
"channels": [
"bitcoin",
"ethereum"
]
}
],
"history": []
}
}