forked from tominop/atomicwallet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtron.html
309 lines (282 loc) · 19.9 KB
/
tron.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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@atomicwallet">
<meta name="twitter:creator" content="@atomicwallet">
<meta name="twitter:title" content="Welcome Tron in Atomic Wallet">
<meta name="twitter:description" content="Learn how to manage Tron in Atomic Swap Wallet. Check our guide and download the app.">
<meta name="twitter:image" content="https://atomicwallet.io/css/images/articles/9_1.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta charset="UTF-8">
<title>Atomic Wallet</title>
<meta name="description" content="Light multi-assets wallet with built-in atomic swap exchange">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/list.css">
<link rel="stylesheet" href="css/media.css">
<link rel="stylesheet" href="css/item-page.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114023091-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-114023091-1');
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Start of Async Prefinery Code -->
<script type="text/javascript">var _pfy = _pfy || [];(function(){function pfy_load(){var pfys=document.createElement('script');pfys.type='text/javascript';pfys.async=true;pfys.src='https://widget.prefinery.com/widget/v2/1w40x3e4.js';var pfy=document.getElementsByTagName('script')[0];pfy.parentNode.insertBefore(pfys,pfy);}if (window.attachEvent){window.attachEvent('onload',pfy_load);}else{window.addEventListener('load',pfy_load,false);}})();</script>
<!-- End of Async Prefinery Code -->
</head>
<body>
<!-- menu -->
<div class="header-menu-mobile header-menu-close f-light only-mobile" id="menu-mobile">
<div class="container relative">
<a href="index.html">Product</a>
<a href="token.html">Token</a>
<a href="list.html" class="header-menu-here">Assets</a>
<a href="https://download.atomicwallet.io/atomicwallet-whitepaper.pdf" target="_blank">White Paper</a>
<a href="https://atomicwallet.freshdesk.com/support/home">Support</a>
<a href="https://medium.com/@atomicwallet">Blog</a>
<button class="header-menu-mobile-close" id="menu-button-close"></button>
</div>
</div>
<div class="header-container">
<div class="container relative">
<img src="css/images/bg-first-screen.svg" alt class="bg bg-main">
<header class="header">
<a href="index.html" class="header-logo">
<img src="css/images/logo.svg" alt="Atomic">
</a>
<nav class="header-menu f-light">
<a href="index.html">Product</a>
<a href="token.html">Token</a>
<a href="list.html" class="header-menu-here">Assets</a>
<a href="https://download.atomicwallet.io/atomicwallet-whitepaper.pdf" target="_blank">White Paper</a>
<a href="https://atomicwallet.freshdesk.com/support/home" target="_blank">Support</a>
<a href="https://medium.com/@atomicwallet">Blog</a>
</nav>
<button class="header-button only-mobile" id="menu-button-open"></button>
<nav class="header-menu-icons f-light">
<a href="https://twitter.com/atomicwallet" target="_blank">
<img src="css/images/top_twitter.svg">
</a>
<a href="https://t.me/atomicwalletchat" target="_blank">
<img src="css/images/top_telegram.svg">
</a>
<a href="https://github.com/Atomicwallet" target="_blank">
<img src="css/images/top_github.svg">
</a>
<a href="https://medium.com/@atomicwallet" target="_blank">
<img src="css/images/top_medium.svg">
</a>
<a href="https://www.reddit.com/user/atomicwallet/" target="_blank">
<img src="css/images/top_reddit.svg">
</a>
</nav>
</header>
</div>
</div>
<div class="item-page-container">
<div class="item-page">
<img src="css/images/crypto-icon/TRX.svg" class="item-page-image">
<h1>TRON WALLET (TRX)</h1>
<div class="item-page-article">
<img src="css/images/bg-item-page-1.svg" alt="" class="item-page-bg item-page-bg-1">
<img src="css/images/bg-item-page-2.svg" alt="" class="item-page-bg item-page-bg-2">
<img src="css/images/bg-item-page-3.svg" alt="" class="item-page-bg item-page-bg-3">
<div class="item-page-image-template">
<div class="item-page-image-template-container">
<img src="css/images/articles/Tron_Atomic.png" alt="">
</div>
</div>
<h2>Welcome TRON in Atomic Swap Wallet!</h2>
<h3>What is TRON Blockchain?</h3>
<p>TRON is one of the largest and fastest blockchain operating systems in the world. TRX consistently handles 2000 transactions per second (for example, BTC handles 3-6 transactions per second).</p>
<p>The project was founded by Justin Sun, the creator of Peiwo app — one of the leading app of the online audio content which already has more than 10 million users. Justinis working with Feng Li (advisor of Ripple), and is listed in the top 30 list of Forbes in Asia.</p>
<p>TRX already has some big partnerships, for example, the project is working with Bitmain, who is a leading producer and designer of ASIC chips used for Bitcoin mining.</p>
<p>The technological background of TRON are experienced blockchain enthusiasts who were previously involved in such giant projects as Alibaba, Tencent, and Baidu. They are dedicated to the establishment of a truly decentralized infrastructure.
</p>
<p>TRON will enable people to use the internet as it was initially intended to be used for — as a decentralized open network. It will put the power back in the user's hands when they'll be in control of their own data. By using TRON you are putting data back under your control.
</p>
<p></p>
<h2>How to use TRON in Atomic Wallet?</h2>
<p>Now you can utilize TRON in Atomic Wallet — the simplest way to connect buyers and sellers within a decentralized framework. TRON holders can manage their assets in one secure and simply clear interface!</p>
<p>- Import Private key and start using TRON in Atomic Wallet ⇩</p>
<div class="item-page-image-template">
<div class="item-page-image-template-container">
<img src="css/images/articles/import_Tron.png" alt="import Tron(TRX)">
</div>
</div>
<p>- Send and Receive TRON in just two clicks ⇩</p>
<div class="item-page-image-template">
<div class="item-page-image-template-container">
<img src="css/images/articles/send_Tron.png" alt="send Tron(TRX)">
</div>
</div>
<p>- Exchange TRON using Changelly right in the Atomic Wallet ⇩</p>
<div class="item-page-image-template">
<div class="item-page-image-template-container">
<img src="css/images/articles/exhcnage_Tron.png" alt="exhcnage Tron(TRX)">
</div>
</div>
<p>- You have a full control over your assets and free to manage it ⇩</p>
<div class="item-page-image-template">
<div class="item-page-image-template-container">
<img src="css/images/articles/history_Tron.png" alt="history of transactions(Tron (TRX))">
</div>
</div>
<h3><b>Features:</b></h3>
<p>- No transactions fees
<br>- But only when you send TRON for the first time to new address there will be a fee - 0.1TRX</p>
<p>Learn more about TRON: <a href="https://tron.network/">https://tron.network/</a> </p>
<div class="item-page-download">
<div class="item-page-download-title">Download Atomic Wallet with TRON</div>
<!-- Subscribe Pop-up-->
<script>window.jQuery || document.write('<scr' + 'ipt src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"><\/sc' + 'ript>')</script>
<script>window.$kol_jquery = window.jQuery</script>
<script src="https://kickoffpages-kickofflabs.netdna-ssl.com/widgets/1.9.6/kol_bounce.js"></script>
<script src='https://kickoffpages-kickofflabs.netdna-ssl.com/w/113350/220933.js'></script>
<div class="download">
<div class="download-item download-item-windows hvr-grow" data-download="windows">
<a href="https://download.atomicwallet.io/atomicwallet.exe" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-windows.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-windows-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.exe" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'windows'="" });="">Windows</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.exe" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'windows'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-apple hvr-grow" data-download="apple">
<a href="https://download.atomicwallet.io/atomicwallet.dmg" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-apple.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-apple-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.dmg" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'macos'="" });="">macOS</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.dmg" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'macos'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-ubuntu hvr-grow" data-download="ubuntu">
<a href="https://download.atomicwallet.io/atomicwallet.AppImage" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-ubuntu.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-ubuntu-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.AppImage" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'ubuntu'="" });="">Ubuntu</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.AppImage" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'ubuntu'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-debian hvr-grow" data-download="debian">
<a href="https://download.atomicwallet.io/atomicwallet.deb" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-debian.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-debian-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.deb" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'debian'="" });="">Debian</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.deb" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'debian'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-fedora hvr-grow" data-download="fedora">
<a href="https://download.atomicwallet.io/atomicwallet.rpm" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-fedora.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-fedora-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.rpm" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'fedora'="" });="">Fedora</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.rpm" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'fedora'="" });="">Download</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-new">
<div class="container relative">
<div class="footer-row">
<div class="footer-new-left">
<a href="/"><img src="css/images/logo.png" alt class="footer-new-logo"></a><br>
<a href="mailto:[email protected]" class="footer-new-email f-light">[email protected]</a><br>
<div class="footer-new-soc">
<a href="https://twitter.com/atomicwallet" target="_blank">
<img src="css/images/top_twitter.svg">
</a>
<a href="https://t.me/atomicwalletchat" target="_blank">
<img src="css/images/top_telegram.svg">
</a>
<a href="https://github.com/Atomicwallet" target="_blank">
<img src="css/images/top_github.svg">
</a>
<a href="https://medium.com/@atomicwallet" target="_blank">
<img src="css/images/top_medium.svg">
</a>
<a href="https://www.reddit.com/user/atomicwallet/" target="_blank">
<img src="css/images/top_reddit.svg">
</a>
<a href="https://www.facebook.com/atomicwallet" target="_blank">
<img src="css/images/top_facebook.svg">
</a>
<a href="http://atomicwallet.slack.com" target="_blank">
<img src="css/images/icons/top_slack.svg" alt>
</a>
</div>
</div>
<div class="footer-new-right">
<div class="footer-new-cols">
<div class="footer-new-col">
<div class="footer-new-col-title">Atomic wallet</div>
<ul class="f-light">
<li><a href="https://atomicwallet.io">Product</a></li>
<li><a href="https://atomicwallet.io/token.html">Token</a></li>
<li><a href="https://atomicwallet.io/list.html">Assets status</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Information</div>
<ul class="f-light">
<li><a href="https://download.atomicwallet.io/atomicwallet-whitepaper.pdf">White paper</a></li>
<li><a href="https://atomicwallet.io/terms-of-service">Terms of service</a></li>
<li><a href="https://atomicwallet.io/privacy">Privacy policy</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Crypto</div>
<ul class="f-light">
<li><a href="https://atomicwallet.io/list.html">Bitcoin (BTC)</a></li>
<li><a href="https://atomicwallet.io/ltc.html">Litecoin (LTC)</a></li>
<li><a href="https://atomicwallet.io/xmr.html">Monero (XMR)</a></li>
<li><a href="https://atomicwallet.io/ripple.html">Ripple (XRP)</a></li>
<li><a href="https://atomicwallet.io/bitcoin_cash.html">Bitcoin Cash (BCH)</a></li>
<li><a href="https://atomicwallet.io/list.html">More...</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Support</div>
<ul class="f-light">
<li><a href="https://atomicwallet.freshdesk.com/support/home">FAQ</a></li>
<li><a href="https://atomicwallet.freshdesk.com/support/tickets/new">Submit a ticket</a></li>
<li><a href="https://t.me/atomicwalletchat">Chat</a></li>
<li><a href="mailto:[email protected]">Listing your asset</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery.touchSwipe.js"></script>
<script src="js/app.js"></script>
</body>
</html>