-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathecosystem.html
271 lines (255 loc) · 10 KB
/
ecosystem.html
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<html lang="fr">
<head>
<link rel="canonical" href="https://rchain.coop/ecosystem.html"></link>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-6B7FD7W88H"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-6B7FD7W88H");
</script>
<script>
/**
* Function that captures a click on an outbound link in Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label. Setting the transport method to 'beacon' lets the hit be sent
* using 'navigator.sendBeacon' in browser that support it.
*/
var captureOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script src="/js/jquery-3.3.1.min.js"></script>
<title>RChain | ecosystem</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
charset="UTF-8"
/>
<meta
name="google-site-verification"
content="NvXu2Qnyi90bS-ubPtaorKKja1_p8SHfQ0zPoqG0sIg"
/>
<link rel="stylesheet" href="css/style.css?version=10" />
<link rel="stylesheet" href="css/layout.css?version=5" />
<link rel="shortcut icon" href="assets/favicon-red.png" />
<meta
name="description"
content="A partial list of applications developed by the builders in RChain community."
/>
<meta property="og:title" content="RChain" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="A partial list of applications developed by the builders in RChain community."
/>
<meta property="og:url" content="https://rchain.coop/ecosystem.html" />
<meta
property="og:image"
content="https://rchain.coop/assets/og_ecosystem.jpg"
/>
<meta property="og:image:height" content="565" />
<meta property="og:image:width" content="1080" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="RChain | ecosystem" />
<meta
name="twitter:image"
content="https://rchain.coop/assets/og_ecosystem.jpg"
/>
<meta name="twitter:creator" content="@rchain_coop" />
<meta name="twitter:url" content="https://rchain.coop/ecosystem.html" />
<meta name="twitter:site" content="https://rchain.coop" />
<meta
name="twitter:description"
content="A partial list of applications developed by the builders in RChain community."
/>
</head>
<body class="pageEcosystem">
<header></header>
<div class="bodyWrapper">
<div class="horizontal-nav-cover"></div>
<div class="section" id="rchainSection">
<h1>RChain® Ecosystem</h1>
<h3>Growing communities of dapps, libraries and resources.</h3>
<p>
RChain platform is built to support decentralized applications
created by you! Here is a partial list of applications developed
and supported by community members.
<br />
<br />
</p>
<div class="projects">
<div class="textWrapper">
<div class="bg rpc"></div>
<div class="content">
<h2>RPC</h2>
<p>“Create once. Be discovered everywhere.” RChain Publishing is the world's greenest NFT marketplace.</p>
<a class="website btn-underlined" target="_blank" href="https://r-pub.com/">Website</a>
</div>
</div>
<div class="textWrapper">
<div class="bg dappy"></div>
<div class="content">
<h2>Daasl</h2>
<p>DAASL is a decentralized blockchain based software-as-a-service company aiming to accelerate the growth of the dApp ecosystem.</p>
<a class="website btn-underlined" target="_blank" href="https://daasl.io/">Website</a>
</div>
</div>
<div class="textWrapper">
<div class="bg dappy"></div>
<div class="content">
<h2>dappy</h2>
<p>
Dappy is a name system and PKI (public key infrastructure) system powered by blockchain and co-resolution
</p>
<p>
Dappy is proposing a new world and paradigm for service discovery of online resources, it is specifically designed for high value / critical B2B web applications and APIs.
</p>
<a class="website btn-underlined" target="_blank" href="https://dappy.tech">Website</a>
</div>
</div>
<div class="textWrapper">
<div class="bg rholang"></div>
<div class="content">
<h2>Rholang</h2>
<p>
rholang.github.io is a community supported website dedicated to RChain's scalable
blockchain language.
</p>
<a class="website btn-underlined" target="_blank" href="https://rholang.github.io/"
>rholang.github.io</a
>
</div>
</div>
<div class="textWrapper">
<div class="bg rchaincommunity"></div>
<div class="content">
<h2>Community Github</h2>
<p>
<a target="_blank" href="https://github.com/rchain-community"
>rchain-community</a
>
community supported tools for working with the RChain platform and
Rholang.
</p>
<a class="website btn-underlined" target="_blank" href="https://github.com/rchain-community"
>website</a
>
</div>
</div>
<div class="textWrapper">
<div class="bg revdefine"></div>
<div class="content">
<h2>Blockchain Explorer</h2>
<p>
Revdefine is an
<a target="_blank" href="https://github.com/RevDefine/revdefine"
>open-source</a
>, community supported explorer. It displays status of validators,
deployments, wallet balances, and more.
</p>
<a class="website btn-underlined" target="_blank" href="https://revdefine.io"
>website</a
>
</div>
</div>
<div class="textWrapper">
<div class="bg rchainmultisig"></div>
<div class="content">
<h2>RChain Multisig</h2>
<p>
RChain Multisig is a unique in the world blockchain DAO / multisig system that allows shared management of assets, recursiveness (multisigs can be members of other multisigs), evolutive membership overtime and efficient execution of decisions thanks to rholang.
</p>
<a
class="website btn-underlined"
target="_blank"
href="https://github.com/fabcotech/rchain-multisig"
>Website</a
>
</div>
</div>
<div class="textWrapper">
<div class="bg rchaintoken"></div>
<div class="content">
<h2>RChain Token</h2>
<p>
RChain token is a token system (fungibles and non-fungibles) written in rholang. With a unique set of native capabilities like direct SWAP between tokens, and simple buy/sell capabilities.
</p>
<p>It comes with an easy to use command line interface and javascript SDK.</p>
<a
class="website btn-underlined"
target="_blank"
href="https://github.com/fabcotech/rchain-token"
>Website</a
>
</div>
</div>
<div class="textWrapper">
<div class="bg chinesebase"></div>
<div class="content">
<h2>Chinese Community Knowledge Base</h2>
<p>必读!!! RChain 的追梦工具大全</p>
<a class="website btn-underlined" target="_blank" href="https://www.yuque.com/rev/rchain"
>Website</a
>
</div>
</div>
</div>
<h2>Wallets (Community Supported and not endorsed by Co-op)</h2>
<div class="projects">
<div class="textWrapper">
<div class="bg tomislavwallet"></div>
<div class="content">
<h2>
Tomislav's wallet example
</h2>
<p>(Open-source)</p>
<a
class="website btn-underlined"
target="_blank"
href="https://tgrospic.github.io/rnode-client-js/"
>Website</a
>
</div>
</div>
<div class="textWrapper">
<div class="bg ruiwallet"></div>
<div class="content">
<h2>
Rui 安全 Wallet extension for Chrome
</h2>
<p>(Open-source)</p>
<a class="website btn-underlined" target="_blank" href="https://wenode.io/rui"
>Website</a
>
</div>
</div>
<div class="textWrapper">
<div class="bg community-wallet"></div>
<div class="content">
<h2>Community driven RChain wallet</h2>
<p>
Locally stored web interface for interaction with RChain platform (Open-source)
</p>
<a class="website btn-underlined" target="_blank" href="https://www.rchainwallet.com"
>Website</a
>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script src="/js/rchain.coop_Browser.js"></script>
<script src="/js/navAndFooter.js?version=11"></script>
</body>
</html>