-
Notifications
You must be signed in to change notification settings - Fork 0
/
english.html
238 lines (222 loc) · 8.68 KB
/
english.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
<!doctype html>
<html lang="en">
<head>
<title>Betakronan</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Facebook Open Graph META tags -->
<meta property="og:title" content="Betakronan"/>
<meta property="og:image" content="./images/keyboard.png"/>
<meta property="og:site_name" content="Betakronan"/>
<meta property="og:description" content="Betakronan är en testbädd som påbörjats med anledning av Riksbankens utredning om ett offentligt digitalt betalningsmedel."/>
<link href="https://fonts.googleapis.com/css?family=Judson:700|Roboto:300,400,700" rel="stylesheet">
<!-- Custom styles -->
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="navigation.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon/coins.png">
</head>
<body>
<!-- Navigation -->
<div class="top-section">
<div class="top-section-wrapper">
<div class="top-section-left">
<div class="page-logo">
BETAKRONAN
</div>
<div class="select-language">
<a href="./index.html" class="swedish">SV</a>
<span class="separator">/</span>
<a href="./english.html" class="english">EN</a>
</div>
</div>
<div class="navigation">
<div class="close-text">Stäng</div>
<div class="icon">
<div class="line"></div>
<div class="line"></div>
</div>
</div>
</div>
<div class="links">
<div class="links-grid-wrapper">
<div class="links-grid">
<a class="link-blue" href="#background">
Background
<img src="./images/flying-car.png"/>
</a>
<a class="link-yellow" href="#test-it">
Test it
<img src="./images/controller.png"/>
</a>
<a class="link-grey" href="#platform">
Platform
<img src="./images/keyboard.png"/>
</a>
<a class="link-pink" href="#our-response">
Our response
<img src="./images/books.png"/>
</a>
</div>
</div>
</div>
</div>
<!-- Jumbotron -->
<div class="jumbotron">
<div class="jumbotron-container">
<div class="jumbotron-grid">
<div class="jumbotron-left-col">
<h1>The future digital cash</h1>
<p class="jumbotron-description">
Betakronan is a test bed that has begun due to the Riksbank's
inquiry into a public digital payment instrument. Betakronan's
purpose is to enrich the conversation and the investigation of
the e-krona with insights that come from laboratory development and
actual implemenations in code.
</p>
<a class="button" href="assets/betakronan-svar-till-riksbanken-en.pdf" download="betakronan-svar-till-riksbanken-en.pdf" onclick="gtag('event', 'click', { 'event_category': 'download', 'event_label': this.href })">Download our report</a>
</div>
<div class="jumbotron-right-col">
<img src="images/coins.svg">
</div>
</div>
</div>
</div>
<div class="main-column">
<section id="background">
<h2>Background</h2>
<p>
Betakronan was started to respond to the Riksbank's wish to receive
comments on the e-krona project. A project aimed at investigating and
developing a state-guaranteed digital supplement to cash.
<br/>
<br/>
For us it is obvious that everyone should be able to participate in the
digital economy. We consider it a fundamental right to be able to take
part in the social infrastructure that payment services make up. We do
not think that the participation of individuals should be conditional
on a customer relationship with a private bank.
<br/>
<br/>
Unfortunately, vulnerable groups such as paperless, new arrivals and
people outside the banking system are often restricted to physical
cash. This creates difficulties for them to participate in society.
Even wealthy groups such as tourists and business travelers experience
thresholds to participate fully in the economy in Sweden. For us it is
self-evident that all groups should be included in a solution for
the e-krona.
</p>
<div class="image-wrapper">
<img src="images/books.png">
</div>
</section>
<section id="platform">
<h2>Platform</h2>
<p>The implementation is based on the
<a class="link" href="https://www.hyperledger.org/" target="hyperledger" onclick="gtag('event', 'click', { 'event_category': 'outbound', 'event_label': this.href })">
Hyperledger Fabric
</a>
block chain platform with the Hyperledger Composer tool. The source
code is available on
<a class="link" href="https://github.com/Iteam1337/betakrona-hyperledger" target="github" onclick="gtag('event', 'click', { 'event_category': 'outbound', 'event_label': this.href })">
Github.
</a>
</p>
<p>
You can also take a closer look at Betakronan's API. Click below to see
more how it works.
</p>
<a class="button" href="https://api.betakronan.se" target="api" onclick="gtag('event', 'click', { 'event_category': 'outbound', 'event_label': this.href })">api.betakronan.se</a>
<div class="image-wrapper">
<img src="images/drone.png">
</div>
</section>
<section id="test-it">
<h2>Test it!</h2>
<p>
Do you want to experiment yourself with Betakronan? In order to access
our block chain, an ID card is required. Mail us at
<a class="link" href="mailto:[email protected]" onclick="gtag('event', 'contact')">
</a>
and we will get back to you!
</p>
<p>
We have built a simple simulation of an online payment page that uses
e-krona for payment via QR code. So far without identification method.
</p>
<a class="button" href="https://try.snowflake.cash" target="snowflake" onclick="gtag('event', 'click', { 'event_category': 'outbound', 'event_label': this.href })">
try.snowflake.cash
</a>
<div class="image-row">
<img src="images/experiment-flasks.png">
<img src="images/flying-car.png">
<img src="images/terminal.png">
</div>
</section>
<section id="our-response">
<h2>Read our response</h2>
<p>
The Riksbank asked Sweden's technology companies and developers to
tell about their vision for the e-krona. We want the Riksbank to:
</p>
<ul>
<li>
Explore multiple tracks in parallel - where block chain technology
is one track
</li>
<li>
Allow a longer development period where understanding and
architecture grow
</li>
<li>
Enlist different skills (economists, designers, behavioral
scientists, hackers, ...)
</li>
<li>
Be radically open and transparent in the process
</li>
<li>
Avoid "The Big Procurement" with an enormous requirement
specification that inevitably becomes hopelessly out of date
within 3 years
</li>
</ul>
<a class="button" href="assets/betakronan-svar-till-riksbanken.pdf" onclick="gtag('event', 'click', { 'event_category': 'download', 'event_label': this.href })">
Download our report
</a>
<div class="image-wrapper">
<img src="images/terminal.png">
</div>
</section>
</div>
<footer class="footer">
<div class="footer-container">
<a href="https://iteam.se" target="iteam"
onclick="gtag('event', 'click', { 'event_category': 'outbound', 'event_label': this.href })">
<img src="images/logo.png" class="logo">
</a>
<p>
Betakronan is an open initiative of developers and advisors at Iteam.
We digitize companies and organizations through strategy, code and
culture. Visit us at
<span>
<a href="https://iteam.se">iteam.se</a>
</span>
!
</p>
</div>
</div>
<!-- Vendor js -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2430046-8"></script>
<!-- Custom js -->
<script src="js/main.js"></script>
<script>
// Adjust language toggle to english selected
$('a.english').addClass('selected-language')
$('a.swedish').removeClass('selected-language')
</script>
</body>
</html>