-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
227 lines (210 loc) · 7.31 KB
/
index.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
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Quicksand:300,500"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@next/css/pico.min.css"
/>
<link rel="stylesheet" href="./style.css" />
<!-- HTML Meta Tags -->
<title>Ravencoin.se</title>
<meta
name="description"
content="The Swedish Ravencoin community. Ravencoin is a peer-to-peer blockchain, handling the efficient creation and transfer of assets from one party to another."
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.ravencoin.se/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Ravencoin.se" />
<meta
property="og:description"
content="The Swedish Ravencoin community. Ravencoin is a peer-to-peer blockchain, handling the efficient creation and transfer of assets from one party to another."
/>
<meta
property="og:image"
content="https://ravencoin.se/social_banner.png"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="ravencoin.se" />
<meta property="twitter:url" content="https://www.ravencoin.se/" />
<meta name="twitter:title" content="Ravencoin.se" />
<meta
name="twitter:description"
content="The Swedish Ravencoin community. Ravencoin is a peer-to-peer blockchain, handling the efficient creation and transfer of assets from one party to another."
/>
<meta
name="twitter:image"
content="https://ravencoin.se/social_banner.png"
/>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
</head>
<body>
<main class="container">
<article class="hero">
<c-subtitle>Ravencoin community <small>SWEDEN</small></c-subtitle>
<h1>Raven<wbr />coin</h1>
<h2>
Ravencoin is a peer-to-peer blockchain, handling the efficient
creation and transfer of assets from one party to another.
</h2>
<p>
For example security tokens, redeemable coupons, vouchers, gift cards
or promotions <q>codes</q>
</p>
</article>
<article>
<h3>Sir? Why?</h3>
<p>
On Ravencoin, anyone can create their own tokens. A token can
represent anything.
</p>
<h5>Gift cards and vouchers:</h5>
<p>
Digital tokens can be used to represent and transfer the value of a
gift card or voucher electronically. This can be convenient for both
the purchaser and the recipient of the gift card or voucher, as it
allows for the transfer of value to be made easily and securely
without the need for physical cards or vouchers.
</p>
<a href="https://twitter.com/RavenRebels/status/1654745653510041600">
<img
style="border-radius: 10px"
width="300"
src="https://pbs.twimg.com/media/FvbR6JtWwAAQiMK?format=jpg&name=900x900"
/>
</a>
<a href="https://twitter.com/RavenRebels/status/1654745653510041600">
<img
style="border-radius: 10px"
src="https://pbs.twimg.com/media/FvbV8ydWAAAPfpd?format=png&name=360x360"
width="200"
/>
</a>
<h5>Security tokens:</h5>
<p>
A security token is a type of digital token that represents ownership
in an asset, such as a company or real estate. Security tokens can be
used to represent and transfer ownership stakes in a company or other
asset electronically, which can make it easier to buy, sell, and
manage ownership interests.
</p>
</article>
<article>
<h3>Wallets</h3>
<ul>
<li>
<a
href="https://apps.apple.com/us/app/moontree/id1622083555"
target="_blank"
>
iPhone/iPad: Moontree
</a>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.moontree.mobile"
target="_blank"
>
Android: Moontree
</a>
</li>
<li>
<a href="https://mangofarmassets.com/" target="_blank"
>Web: Mango Farm Assets
</a>
</li>
<li>
<a href="https://wallet.ravencoin.se" target="_blank"
>Web: wallet.ravencoin.se
</a>
</li>
<li>
<a
href="https://github.com/RavenProject/Ravencoin/releases"
target="_blank"
>
Wallet: desktop windows/linux/mac
</a>
</li>
</ul>
<h3>Links</h3>
<ul>
<li>
<a
href="https://ravencoin.org/assets/documents/Ravencoin.pdf"
target="_blank"
>Ravencoin whitepaper
</a>
</li>
<li>
<a href="https://ravencoin.org/" target="_blank">Ravencoin.org</a>
</li>
</ul>
</article>
<article>
<h3>For developers</h3>
<p>
<a href="./development/">Ravencoin integration guide</a>
</p>
<p>
Checkout <a href="https://www.ravenrebels.com">Raven Rebels</a> for
Node.js/JavaScript tools and tutorials
</p>
Ravencoin as a service,
<a href="https://rpc.ting.finance">RPC.ting.finance</a>
</article>
<article>
<h3>Unique characteristics of Ravencoin</h3>
<ul>
<li>Community Driven, and True Open Source</li>
<li>
Everyone has equal opportunity to mine or purchase RVN since day one
</li>
<li>
No pre-mine, no ICO, and no coins held for developer or founders
rewards
</li>
<li>
ASIC resistant - Uses the KAWPOW hashing algorithm to discourage the
development of ASIC hardware Fair launch
</li>
</ul>
</article>
<article>
<h3>What Makes Ravencoin Different from Bitcoin?</h3>
<ul>
<li>
Addition of Asset & Sub-asset issuance, transfer, unique assets, and
rewards
</li>
<li>Future addition of messaging and voting.</li>
<li>Total coin supply of 21 billion instead of 21 million</li>
<li>Block reward of 2,500 RVN instead of 6.25 BTC.</li>
<li>Block time of 1 minute instead of 10.</li>
<li>
A new mining algorithm, KAWPOW which allows for more decentralized
mining
</li>
</ul>
</article>
<p>
Brought to you by <a href="https://www.ravenrebels.com">Raven Rebels</a>
</p>
</main>
<script stype="module" src="./index.js"></script>
<!-- add twitter api-->
<script
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
<script async src="./stuff_you_can_build.js"></script>
</body>
</html>