-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
198 lines (181 loc) · 12.1 KB
/
index.html
File metadata and controls
198 lines (181 loc) · 12.1 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Moneysocket</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" contet="Programmable Money Y'all">
<meta name="keywords" content="bitcoin,lightning-network,micropayments">
<link rel="canonical" href="https://socket.money" />
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<!-- Open Graph -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@moneysocket" />
<meta name="twitter:title" content="Moneysocket" />
<meta name="twitter:description" content="" .>
<meta name="twitter:image" content="https://socket.money/img/moneysocket.jpeg" />
<meta property="og:title" content="Moneysocket" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Moneysocket" />
<meta property="og:url" content="https://socket.money/" />
<meta property="og:image" content="https://socket.money/img/moneysocket.jpeg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:alt" content="Moneysocket" />
<meta property="og:description" content="Programmable Money Y'all"/>
<style>
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
</script>
<body>
<center>
<div style="background-color:#159245" class="flex flex-wrap items-center justify-start py-2">
<a href="https://socket.money">
<div class="flex flex-row items-center justify-start pl-2">
<img class="px-2 py-2 drop-shadow" style="max-width:71px;min-width:71px;" src="img/moneysocket-trans.png">
<div class="font-bold text-2xl text-white drop-shadow">moneysocket</div>
</div>
</a>
<div class="flex-grow"></div>
<div class="flex flex-wrap justify-center">
<a class="px-1" target="_blank" href="https://github.com/moneysocket/awesome-moneysocket">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="code" src="img/awesomeface.png">
<div class="text-xs text-white drop-shadow w-14">Code</div>
</a>
<a class="px-1" target="_blank" href="https://socket.money/tutorial">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="tutorial" src="img/money-wings.png">
<div class="text-xs text-white drop-shadow w-14">Tutorial</div>
</a>
<a class="px-1" target="_blank" href="https://socket.money/chat">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="chat" src="img/eye_200.png">
<div class="text-xs text-white drop-shadow w-14">Chat</div>
</a>
<a class="px-1" target="_blank" href="https://socket.money/wallet">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="wallet" src="img/wallet-brown_200.png">
<div class="text-xs text-white drop-shadow w-14">Wallet</div>
</a>
<a class="px-1" target="_blank" href="https://custodial.socket.money">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="custodial" src="img/custodial_200.png">
<div class="text-xs text-white drop-shadow w-14">Custodial</div>
</a>
<a class="px-1" target="_blank" href="https://socket.money/beacon">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="Beacon" src="img/beacon_200.png">
<div class="text-xs text-white drop-shadow w-14">Beacon</div>
</a>
<a class="px-1" target="_blank" href="https://t.me/moneysocket">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="telegram" src="img/telegram_200.png">
<div class="text-xs text-white drop-shadow w-14">Telegram</div>
</a>
<a class="px-1" target="_blank" href="https://twitter.com/moneysocket">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="twitter" src="img/twitter_200.png">
<div class="text-xs text-white drop-shadow w-14">Twitter</div>
</a>
<a class="px-1" href="#donate">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="donate" src="img/Bitcoin_logo-circle.png">
<div class="text-xs text-white drop-shadow w-14">Donate</div>
</a>
</div>
</div>
<div class="pt-5">
<div style="background-color:#159245" class="flex flex-col items-center rounded-md w-5/6 max-w-screen-md">
<div class="text-white py-4"><span class="text-4xl text-bold">moneysocket is</span></div>
<div class="text-white break-words w-2/3 pb-4"> a connection to the Lightning Network for your application. By opening a network socket, you can automate the sending and receiving of instant payments of any size with users and/or other applications. </div>
</div>
</div>
<div class="pt-5">
<div style="background-color:#159245" class="flex flex-col items-center rounded-md w-5/6 max-w-screen-md">
<div class="text-white py-4"><span class="text-2xl text-bold">More specifically,</span></div>
<div class="text-white break-words w-2/3 pb-4"> an application can include a MIT-licensed library with an implementation of the protocol (<a class="font-bold text-green-300" target="_blank" href="https://github.com/moneysocket/js-moneysocket">Javascript</a>, <a class="font-bold text-green-300" target="_blank" href="https://github.com/moneysocket/py-moneysocket">Python</a>, and <a class="font-bold text-green-300" target="_blank" href="https://github.com/xplorfin/moneysocket-go">Go</a>) and connect to other apps and devices. Through the API, you can request and pay Lightning Network invoices, get balance updates and more.</div>
<div class="text-white break-words w-2/3 pb-4"> Moneysocket enables developers to create decentralized applications for handling money that automates the user experience of payments when desired. For example, peer-to-peer paid live video and music streaming, hardware micro-rentals, accessing Bitcoin liquidity markets and new things we haven't imagined yet.</div>
</div>
</div>
<div class="pt-5">
<div style="background-color:#159245" class="flex flex-col items-center rounded-md w-5/6 max-w-screen-md">
<div class="text-white py-4"><span class="text-2xl text-bold">Moneysocket In Two Minutes:</span></div>
<iframe class="pb-8" width="400" height="260" src="https://www.youtube.com/embed/vTTdgMfKFrA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="pt-5">
<div style="background-color:#159245" class="flex flex-col items-center rounded-md w-5/6 max-w-screen-md">
<div class="text-white py-4"><span class="text-2xl text-bold">Run it yourself:</span></div>
<div class="text-white break-words w-2/3 pb-4">By following our tutorial, you can be using moneysocket for micropayments in your browser <b>within minutes</b>.</div>
<a class="px-1 pb-5" target="_blank" href="https://socket.money/tutorial">
<div class="flex flex-row justify-center items-center">
<img class="drop-shadow" style="max-width:40px;max-height:40px" alt="projects" src="img/money-wings.png">
<div class="pl-3 text-3xl text-green-300 drop-shadow">See Tutorial</div>
</div>
</a>
</div>
</div>
<div class="pt-5">
<div style="background-color:#159245" class="flex flex-col items-center rounded-md w-5/6 max-w-screen-md">
<div class="text-white py-4"><span class="text-2xl text-bold">Additionally,</span></div>
<div class="text-white break-words w-2/3 pb-4"> We suspect this protocol is useful for holding stable fiat-denominated balances for providing UIs in the currency a user expects. Some experimental work has been done on the concept of <a target="_blank" class="font-bold text-green-300" href="https://socket.money/leatherpaper.html">Stablewallets</a> and is covered in <a class="font-bold text-green-300" target="_blank" href="https://youtu.be/Kdn-0zuiSqE">this video</a></div>
<div class="text-white break-words w-2/3 pb-4"> Additionally, some of the though process that has gotten here has been documented in <a class="font-bold text-green-300" href="https://www.youtube.com/playlist?list=PLqE3dWTuqRc8p8C3O_zlbrkYuGENCaVqp">a development journal playlist</a> which has some elaboration about how this has come together and suspected future directions.</div>
</div>
</div>
<div class="pt-5">
<div style="background-color:#159245" class="flex flex-col items-center rounded-md w-5/6 max-w-screen-md">
<div class="text-white py-4"><span class="text-2xl text-bold">Be warned,</span></div>
<div class="text-white break-words w-2/3 pb-4"> this project is still new and in development. The protocol has yet to be formalized and is open to changes. </div>
<div class="text-white break-words w-2/3 pb-4"> If you are interested in being involved and helping shape the future of micropayments, please join us in our <a class="font-bold text-green-300" href="https://t.me/moneysocket">Telegram discussion group</a> and say hi. </div>
</div>
</div>
<div class="pt-5">
<div style="background-color:#159245" class="flex flex-wrap items-center justify-center py-2">
<a class="px-1" target="_blank" href="https://github.com/moneysocket/awesome-moneysocket">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="code" src="img/awesomeface.png">
<div class="text-xs text-white drop-shadow w-14">Code</div>
</a>
<a class="px-1" target="_blank" href="https://socket.money/tutorial">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="tutorial" src="img/money-wings.png">
<div class="text-xs text-white drop-shadow w-14">Tutorial</div>
</a>
<a class="px-1" target="_blank" href="https://socket.money/chat">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="chat" src="img/eye_200.png">
<div class="text-xs text-white drop-shadow w-14">Chat</div>
</a>
<a class="px-1" target="_blank" href="https://socket.money/wallet">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="wallet" src="img/wallet-brown_200.png">
<div class="text-xs text-white drop-shadow w-14">Wallet</div>
</a>
<a class="px-1" target="_blank" href="https://custodial.socket.money">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="custodial" src="img/custodial_200.png">
<div class="text-xs text-white drop-shadow w-14">Custodial</div>
</a>
<a class="px-1" target="_blank" href="https://socket.money/beacon">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="Beacon" src="img/beacon_200.png">
<div class="text-xs text-white drop-shadow w-14">Beacon</div>
</a>
<a class="px-1" target="_blank" href="https://t.me/moneysocket">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="telegram" src="img/telegram_200.png">
<div class="text-xs text-white drop-shadow w-14">Telegram</div>
</a>
<a class="px-1" target="_blank" href="https://twitter.com/moneysocket">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="twitter" src="img/twitter_200.png">
<div class="text-xs text-white drop-shadow w-14">Twitter</div>
</a>
<a class="px-1" href="#donate">
<img class="drop-shadow" style="max-width:3.5rem;max-height:3.5rem" alt="donate" src="img/Bitcoin_logo-circle.png">
<div class="text-xs text-white drop-shadow w-14">Donate</div>
</a>
</div>
</div>
<div id="donate" class="overlay">
<div class="modal">
<h2>Donate BTC</h2>
<a class="close" href="#footer">×</a>
<div>
<img class="btc-address" alt="donate" src="img/donations2.png">
<div class="address-text">bc1qrxtsmel7wg3ml94trlv34jzwp7777uzgd0dav0</div> <br>
<a target="_blank" href="https://tippin.me/@moneysocket">Tip via ⚡⚡⚡ via Tippen.me</a>
</div>
</div>
</div>
</center>
</body>
</html>