-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (195 loc) · 6.77 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>3 Years of MoneroPay - The Missing Glue Between Your Payments, Code and Hardware</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/dracula.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background-image="./img/digilol-bg.jpg">
<h3>3 Years of MoneroPay</h3>
<h4 style="font-style:italic;">The Missing Glue Between Your Payments, Code and Hardware</h4>
<p>İrem Kuyucu, Laurynas Četyrkinas @ Digilol</p>
</section>
<section>
<h3>Who are we?</h3>
<div style="display: grid; grid-template-columns: 1fr 1fr; column-gap: 4em;">
<div>
<p style="color: var(--r-link-color)">İrem</p>
<img src="./img/irem.jpg" width="200px" />
<p style="text-align: left;">Day-job: Pentester</p>
<p style="text-align: left;">Night-job: Pentester & dev at Digilol</p>
</div>
<div>
<p style="color: var(--r-bold-color)">Laurynas</p>
<img src="./img/laurynas.jpg" width="200px" />
<p style="text-align: left;">Day-job: SRE</p>
<p style="text-align: left;">Night-job: DevOps at Digilol</p>
</div>
</div>
</section>
<section>
<h3>What do we do at Digilol?</h3>
<ul>
<li>Software Development</li>
<li>Managed Hosting</li>
<li>Penetration Testing</li>
<li>Consulting</li>
</ul>
<p>We work with Linux, Windows, Android.</p>
<p>No KYC! We accept Monero.</p>
</section>
<section>
<h3>We are now telling everyone</h3>
<img src="./img/theymade.png">
</section>
<section>
<div style="display: grid; grid-template-columns: 1fr auto 1fr; column-gap: 2em; align-items: center;">
<img src="./img/ransomware.png">
<p>→</p>
<img src="./img/moneropay-logo.png">
</div>
</section>
<!-- Projects Section with Progressive Transitions -->
<section>
<section data-transition="fade" data-background-size="contain"
data-background-image="./img/moneropay-logo.png" data-background-opacity="0.3">
<h3>Our Projects</h3>
<p>MoneroPay</p>
</section>
<section data-transition="fade" data-background-size="contain"
data-background-image="./img/monero-atm.png" data-background-opacity="0.3">
<h3>Our Projects</h3>
<p>The Monero ATM Project</p>
</section>
<section data-transition="fade" data-background-size="contain" data-background-image="./img/gopher.png"
data-background-opacity="0.3">
<h3>Our Projects</h3>
<p>go-monero</p>
</section>
<section data-transition="fade" data-background-size="400px"
data-background-image="./img/metronero-logo.png" data-background-opacity="0.3">
<h3>Our Projects</h3>
<p>Metronero</p>
<p style="font-style:italic;">(big reveal ahead!)</p>
</section>
</section>
<section>
<h3>What is MoneroPay?</h3>
<p>Monero payment processor with the most stars ⭐</p>
<img src="./img/moneropay-graph.png" />
</section>
<section>
<h3>Simple HTTP API</h3>
<p style="color: var(--r-link-color)">GET /balance</p>
<p style="color: var(--r-link-color)">GET /health</p>
<p style="color: var(--r-bold-color)">POST /receive</p>
<p style="color: var(--r-link-color)">GET /receive/:address?min=&max=</p>
<p style="color: var(--r-bold-color)">POST /transfer</p>
<p style="color: var(--r-link-color)">GET /transfer/:tx_hash</p>
</section>
<section>
<h3>Callbacks</h3>
<p>0-conf / mempool</p>
<p>1-conf</p>
<p>On unlock (for most it's 10-conf)</p>
</section>
<section>
<h3>The Monero ATM Project</h3>
<img src="./img/atm-revisions.png" width="80%">
</section>
<section>
<h3>ATM / OpenKiosk Architecture</h3>
<img src="./img/monero-atm-graph.png">
</section>
<section>
<h3>The Current State of Monero Payment Gateways</h3>
<img src="./img/monerowp.png" width="50%">
</section>
<section>
<h3>WTF?</h3>
<img src="./img/btcpayinstall.png" width="85%">
</section>
<section>
<h3>Are we BTCPayServer yet?</h3>
<p>Maybe...</p>
</section>
<section>
<p>We want Monero to be a first class citizen.</p>
<p class="fragment">And we want easy, lightweight deployments. No bloat.</p>
</section>
<section>
<h3>Introducing Metronero</h3>
<p>Our WIP BTCPayServer alternative.</p>
</section>
<section>
<h3>Multi-merchant</h3>
<video data-autoplay loop src="./video/multimerchant.webm"></video>
</section>
<section>
<h3>Customizable</h3>
<p>Tor friendly - no JS required.</p>
<video data-autoplay loop src="./video/templates.webm"></video>
</section>
<section>
<h3>Withdrawals</h3>
<p>Instance admins can withdraw funds.</p>
<img src="./img/withdraw.png">
</section>
<section>
<h3>Invoice/Payment Handling</h3>
<p>Statuses: <span style="color: lightblue;">Pending</span>, <span style="color: pink;">Confirming</span>, <span style="color: yellow;">Partial</span>, <span style="color: red;">Expired</span>.</p>
<img src="./img/settings.png">
</section>
<section>
<h3>PoS Mode</h3>
<img src="./img/pos.png" width="40%">
</section>
<section>
<h3>Easy deployment</h3>
<p>No shell scripts that bork your OS. Just run:</p>
<code>docker compose up -d</code>
</section>
<section>
<h3>Roadmap</h3>
<p>Testing, testing and more testing.</p>
<p>Plugins for Wordpress/Woocommerce, Sylius, PrestaShop.</p>
</section>
<section>
<h3>How to help?</h3>
<p>Sponsor us! Tell us about your use case. How do you accept Monero?</p>
<img src="./img/ccs-reject.png" width="50%">
</section>
<section style="text-align: center; display: flex; align-items: center;">
<p>Feel free to donate to Metronero directly :)</p>
<p><img src="./img/donate.svg" width="50%"></p>
<code style="word-break: break-all; font-size: medium;">85AiN3Vko92R6SQKVzqeDidZvekJ9mMZAXJx2U33UeqZDvhi8eJH1Dm4srexrrmPVo4gAgoVqE6sjGhsFPJxQfunU5MdGxP</code>
</section>
<section>
<h3>Contact us:</h3>
<p>Matrix: @info:digilol.net</p>
<p>X: @digilolnet</p>
<p>Telegram: @digilolnet</p>
<p>Discord: discord.gg/4Ws27YhqgR</p>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
Reveal.initialize({
hash: true,
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
</script>
</body>
</html>