-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawesome.html
286 lines (286 loc) · 26.9 KB
/
awesome.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
<DOCTYPE html>
<html>
<body>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="awesomestyle.css">
<script type="text/javascript" src="tabs.js"></script>
<center><p><img src="./images/bitshares_logo.svg" alt="BitShares Blockchain" align="center" style="width:25vw"></p></center><div class="awesometab" style="position:relative;flex: 1;display: flex; width: 100%;">
<button class="tablinks" onclick="switch_tab(event, '0')">Websites</button>
<button class="tablinks" onclick="switch_tab(event, '1')">Documentation</button>
<button class="tablinks" onclick="switch_tab(event, '2')">Community</button>
<button class="tablinks" onclick="switch_tab(event, '3')">News</button>
<button class="tablinks" onclick="switch_tab(event, '4')">Conferences</button>
</div>
<div class="awesometab" style="position:relative;flex: 1;display: flex; width: 100%;">
<button class="tablinks" onclick="switch_tab(event, '5')">Downloads</button>
<button class="tablinks" onclick="switch_tab(event, '6')">Blockchain API</button>
<button class="tablinks" onclick="switch_tab(event, '7')">Extended APIs</button>
<button class="tablinks" onclick="switch_tab(event, '8')">Kibana and ElasticSearch Endpoints</button>
<button class="tablinks" onclick="switch_tab(event, '9')">Opensource Wallets</button>
</div>
<div class="awesometab" style="position:relative;flex: 1;display: flex; width: 100%;">
<button class="tablinks" onclick="switch_tab(event, '10')">Hosted Wallets</button>
<button class="tablinks" onclick="switch_tab(event, '11')">Hardware Wallets</button>
<button class="tablinks" onclick="switch_tab(event, '12')">Blockchain Explorers</button>
<button class="tablinks" onclick="switch_tab(event, '13')">C++ Libraries</button>
<button class="tablinks" onclick="switch_tab(event, '14')">Go Libraries</button>
</div>
<div class="awesometab" style="position:relative;flex: 1;display: flex; width: 100%;">
<button class="tablinks" onclick="switch_tab(event, '15')">Java Libraries</button>
<button class="tablinks" onclick="switch_tab(event, '16')">JavaScript Libraries</button>
<button class="tablinks" onclick="switch_tab(event, '17')">Python Libraries</button>
<button class="tablinks" onclick="switch_tab(event, '18')">PHP Libraries</button>
<button class="tablinks" onclick="switch_tab(event, '19')">Tools and Scripts</button>
</div>
<div class="awesometab" style="position:relative;flex: 1;display: flex; width: 100%;">
<button class="tablinks" onclick="switch_tab(event, '20')">Exchanges</button>
<button class="tablinks" onclick="switch_tab(event, '21')">Bridges</button>
<button class="tablinks" onclick="switch_tab(event, '22')">Games</button>
<button class="tablinks" onclick="switch_tab(event, '23')">NFT</button>
<button class="tablinks" onclick="switch_tab(event, '24')">Services</button>
</div>
<div id="0" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://bitshares.github.io/">Bitshares.github.io</a> - The new main website</li>
<li><a class=".awesome" target="_blank" href="https://bitshares.build">BitShares.build</a> - Another site maintained by the community</li>
<li><a class=".awesome" target="_blank" href="https://bitsharesgroup.org">BitSharesGroup.org</a> - BitShares Group is an independent organization acting in the best interests of the BitShares Blockchain.</li>
</ul>
</div><div id="1" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://how.bitshares.works">How.BitShares.works</a> / <a class=".awesome" target="_blank" href="https://docs.bitshares.org">docs.bitshares.org</a> - The primary documentation, maintained by the community, hosted by github.</li>
<li><a class=".awesome" target="_blank" href="https://dev.bitshares.works">Dev.BitShares.works Docs</a> - The BitShares Developers Portal.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-core/wiki">BitShares-Core Wiki</a> - Documentation about the core software development and integration. </li>
<li><a class=".awesome" target="_blank" href="https://doxygen.bitshares.org">BitShares-Core Doxygen Documentation</a> - Documentation generated from BitShares-Core code base.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-ui/wiki">BitShares-UI Wiki</a> - Guidelines about how to integrate or contribute to the reference wallet project.</li>
<li><a class=".awesome" target="_blank" href="https://wallet.bitshares.org/#/help">BitShares-UI Help</a> - Guidelines about how to use the reference wallet software.</li>
<li><a class=".awesome" target="_blank" href="https://docs.bitshares.build">BitShares Build Docs</a> - Light prompt help pages</li>
<li><a class=".awesome" target="_blank" href="https://github.com/Bit20-Creative-Group/BitShares-NFT-Specification">BitShares NFT Specification</a> - NFT documentation</li>
<li><a class=".awesome" target="_blank" href="https://docs.bitshares.eu">docs.bitshares.eu</a> - The original, worker funded documentation site. Now redirects to <a class=".awesome" target="_blank" href="https://how.bitshares.works">how.bitshares.works</a>. The old documentation is <a class=".awesome" target="_blank" href="https://github.com/bitshares/docs.bitshares.org">here</a>.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/abitmore/bts-cn-docs">中文文档</a> - Documentation in Chinese, maintained by the Chinese community.</li>
</ul>
</div><div id="2" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://bitsharestalk.org">BitSharesTalk Forum</a> - The original board of discussion for BitShares (ever since 2013).</li>
<li><a class=".awesome" target="_blank" href="https://hive.blog/created/bitshares">Hive#bitshares</a> - #bitshares tagged posts on the Hive blockchain.</li>
<li><a class=".awesome" target="_blank" href="https://peakd.com/c/hive-120117/created">Hive: Bitshares community</a> - Community dedicated for Bitshares on the Hive blockchain.</li>
<li><a class=".awesome" target="_blank" href="https://whaleshares.io/created/bitshares">Whaleshares#bitshares</a> - #bitshares tagged posts on the WHALESHARES blockchain.</li>
<li><a class=".awesome" target="_blank" href="https://twitter.com/bitsharesgroup">Twitter@BitSharesGroup</a> - Content managed by BitSharesGroup.org owner.</li>
<li><a class=".awesome" target="_blank" href="https://twitter.com/artcasa_fine">Twitter@artcasa_fine</a> - Twitter account for the Bitshares Artcasa NFT Gallery</li>
<li><a class=".awesome" target="_blank" href="https://twitter.com/nftea_gallery">Twitter@nftea_gallery</a> - Twitter account for the Bitshares NFTEA NFT Gallery</li>
<li><a class=".awesome" target="_blank" href="https://twitter.com/search?q=%23BitShares">Twitter#BitShares</a> - #BitShares tagged on Twitter.</li>
<li><a class=".awesome" target="_blank" href="https://twitter.com/search?q=%23bitshares">Twitter#bitshares</a> - #bitshares tagged on Twitter.</li>
<li><a class=".awesome" target="_blank" href="https://reddit.com/r/bitshares">Reddit#bitshares</a> - Reddit sub-reddit for BitShares.</li>
<li>Telegram:</li>
<li><a class=".awesome" target="_blank" href="https://t.me/BitSharesDAC">BitShares DAC</a> - General discussions.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/BitSharesGroup">BitShares Group</a> - Another group for general discussions.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/BitSharesNews">BitShares News</a> - BitShares News channel</li>
<li><a class=".awesome" target="_blank" href="https://t.me/btsplusplus">BitShares Mobile</a> - Focus on BitShares mobile app.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/BitSharesDEV">BitShares Development</a> - For developers.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/BTS_Node_Admins">BitShares Node Admins</a> - Provides server admins & interested parties with tech support.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/BitSharesNFTs">BitShares NFTs</a> - NFT (Non-fungible tokens) discussions.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/bitshares_amm">BitShares Liquidity Pools</a> - Liquidity Pools and Automated-market making on BitShares blockchain.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/Bitshares_Traders">BitShares Traders</a> - Focus on Trading.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/btsWalletHelp">BitShares Wallet Help</a> - Web-based wallet & desktop wallet support.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/pybitshares">PyBitShares</a> - Focus on python-bitshares development.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/pooltool_community_edition">PoolTool</a> - Dicussions about PoolTool.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/beetapp">BeetApp</a> - Focus on beetapp development.</li>
<li><a class=".awesome" target="_blank" href="https://t.me/DEXBOTbts">DEXBot</a> - Focus on DEXBot development.</li>
<li>Committee - (invite only) For committee members.</li>
<li>Witnesses - (invite only) For block producers.</li>
<li><a class=".awesome" target="_blank" href="https://discord.gg/6V2RdsJXX3">Discord - BitShares</a></li>
</ul>
</div><div id="3" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://peakd.com/c/hive-120117/created">Bitshares hive community feed</a></li>
</ul>
</div><div id="4" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://decentralized.com">Decentralized 2019 - BitShares as Event Partner</a> - In Athens, Greece.</li>
<li><a class=".awesome" target="_blank" href="https://hive.blog/@bitfest">Bitfest 2018</a> - in Amsterdam, Netherlands.</li>
<li><a class=".awesome" target="_blank" href="https://hive.blog/graphene/@jademont/global-graphene-blockchain-devcon-is-successfully-concluded">Graphene DevCon 2018</a> - in Shanghai, China.</li>
</ul>
</div><div id="5" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-core/releases">BitShares-Core</a> - full node and command line tools</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-ui/releases">BitShares-UI</a> - desktop light wallet</li>
<li><a class=".awesome" target="_blank" href="https://app.btspp.io">BitShares Mobile App</a> - iOS and Android</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/marketing/tree/master/media-kit">Media Kit</a> - Logos, banners and etc</li>
</ul>
</div><div id="6" class="tabcontent">
<p>Given that many businesses and community members operate their own API
endpoints, duplicating that list here would be unecessary efforts. Hence,
we here link to the list of nodes as used in the reference wallet on
wallet.bitshares.org.</p>
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-ui/blob/develop/app/api/apiConfig.js#L128">List of Blockchain API endpoints</a></li>
</ul>
</div><div id="7" class="tabcontent">
<p>There are some extended APIs provided by the community.</p>
<ul>
<li>https://api.bitshares.ws/docs</li>
<li>https://api.bitshares.build/api-docs</li>
<li>https://cryptofresh.com/api/docs</li>
<li>https://xbts.io/cmc-api</li>
<li>https://api.testnet.bitshares.ws/docs - for the public testnet</li>
</ul>
</div><div id="8" class="tabcontent">
<p>Kibana and ElasticSearch endpoints can be used to query blockchain data and perform visualizations.</p>
<ul>
<li>kibana.bitshares.eu Down for maintenance.</li>
<li><a class=".awesome" target="_blank" href="https://kibana.bts.mobi">kibana.bts.mobi</a> (and <a class=".awesome" target="_blank" href="https://es.bts.mobi/bitshares-*/data/_count?pretty=true">es.bts.mobi</a> for raw data).</li>
</ul>
</div><div id="9" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-ui">BitShares-UI (Reference Wallet)</a> - reference web wallet (ReactJS).</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-mobile-app">BitShares Mobile (BTS++)</a> - native Android/iOS app.</li>
<li><a class=".awesome" target="_blank" href="https://git.agorise.net/agorise/bitsy-wallet">BiTSy</a> - native Android wallet with Merchants/Tellers map, in 104 languages.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/beet">Beet</a> - A fully implemented multi-crypto wallet coded in vue3.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/jhtitor/citadel">Citadel Desktop Wallet</a> - desktop wallet written in Python</li>
<li><a class=".awesome" target="_blank" href="https://github.com/evraz-org/EVRAZ-smartphone-application">EVRAZ Wallet</a> - Android app</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/ledger-app-bitshares">Ledger App</a> - Bitshares Wallet App for Ledger Nano S</li>
<li><a class=".awesome" target="_blank" href="https://github.com/huskcasaca/bitshares-oases-android">Oases</a> - Android app.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-community-ui">Community UI</a> - A partially implemented Bitshares web wallet coded with Vue2.</li>
</ul>
</div><div id="10" class="tabcontent">
<p><strong>Warning</strong>: Since these are hosted wallets, they may have access to your
private account credentials and thus, your funds may be at risk. Please do
your own research before using them.</p>
<h4>Hosted Mainnet Wallets</h4>
<ul>
<li><a class=".awesome" target="_blank" href="https://wallet.bitshares.org">wallet.bitshares.org</a> - BitShares.org hosted reference wallet, lastest release.</li>
<li><a class=".awesome" target="_blank" href="https://staging.bitshares.org">staging.bitshares.org</a> - BitShares.org hosted reference wallet, latest release candidate.</li>
<li><a class=".awesome" target="_blank" href="https://develop.bitshares.org">develop.bitshares.org</a> - BitShares.org hosted reference wallet, latest in-development version.</li>
<li><a class=".awesome" target="_blank" href="https://bts.exchange">bts.exchange</a> - BitSharesGroup.org hosted reference wallet.</li>
<li><a class=".awesome" target="_blank" href="https://dev.bts.mobi">dev.bts.mobi</a> and <a class=".awesome" target="_blank" href="https://pr.bts.mobi">pr.bts.mobi</a> - Random in-development versions of bitshares-ui, publicly hosted on Github Pages (<a class=".awesome" target="_blank" href="https://github.com/abitmore/dev.bts.mobi">dev</a>, <a class=".awesome" target="_blank" href="https://github.com/abitmore/pr.bts.mobi">pr</a>), published by Github Actions from <a class=".awesome" target="_blank" href="https://github.com/abitmore/bitshares-ui">a fork of bitshares-ui</a></li>
<li><a class=".awesome" target="_blank" href="https://m.magicw.net">m.magicw.net</a> - Web version of the MagicWallet Android/iOS app.</li>
<li><a class=".awesome" target="_blank" href="https://app.xbts.io">app.xbts.io</a> - New DeFi wallet with AMM liquidity pools</li>
<li><a class=".awesome" target="_blank" href="https://swapbts.com">SwapBTS.com</a> - Lightweight web wallet with many features, for mobile use</li>
<li><a class=".awesome" target="_blank" href="https://wallet.btwty.com/">BTWTY.com</a> - New reference wallet hosted by the Bit20 group.</li>
<li><a class=".awesome" target="_blank" href="https://bitshareswallet.beos.world/">BEOS BTS Wallet</a></li>
<li>Check the <a class=".awesome" target="_blank" href="#exchanges">Exchanges</a> running on the BitShares blockchain too.</li>
</ul>
<h4>Hosted Testnet Wallets</h4>
<ul>
<li><a class=".awesome" target="_blank" href="https://test.xbts.io">test.xbts.io</a></li>
<li>testnet.bitshares.org - down for maintenance.</li>
</ul>
</div><div id="11" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/ledger-app-bitshares">Ledger Nano S</a></li>
<li><a class=".awesome" target="_blank" href="https://keybox.magicw.net">Keybox</a></li>
</ul>
</div><div id="12" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://wallet.bitshares.org/#/explorer/">built-in explorer</a> - open source</li>
<li><a class=".awesome" target="_blank" href="https://bts.ai">BTS.ai</a> - closed source.</li>
<li><a class=".awesome" target="_blank" href="https://cryptofresh.com">cryptofresh.com</a> - closed source, operational since 2015.</li>
<li><a class=".awesome" target="_blank" href="https://blocksights.info">blocksights.info</a> - supports both Mainnet and the public testnet. The back end is closed source, the front end is <a class=".awesome" target="_blank" href="https://github.com/blocksights/blocksights-open-explorer">open source</a>. It is an improved version of the open-source BitShares blockchain explorer <a class=".awesome" target="_blank" href="https://github.com/bitshares/open-explorer">open-explorer</a>.</li>
</ul>
</div><div id="13" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-core">bitshares-core</a> - reference code base that operates the blockchain.</li>
</ul>
</div><div id="14" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/scorum/bitshares-go">bitshares-go</a> - BitShares golang client</li>
<li><a class=".awesome" target="_blank" href="https://github.com/denkhaus/go-bitshares">go-bitshares</a> - API for BitShares - supports websocket RPC & Wallet functions</li>
</ul>
</div><div id="15" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://git.agorise.net/agorise/graphenej">graphenej</a> - Graphene Java lib for mobile app Developers.</li>
<li>bitshares-kit <code>https:``//github.com/huskcasaca/bitshares-kit</code> - A Kotlin/JVM based library for BitShares blockchain. Code is being refactored. An older forked version is <a class=".awesome" target="_blank" href="https://github.com/abitmore/bitshares-kit">here</a>.</li>
</ul>
</div><div id="16" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitsharesjs">bitsharesjs</a> - used by reference wallet.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitsharesjs-ws">bitsharesjs-ws</a> - used by reference wallet.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/scientistnik/btsdex">btsdex</a> - alternative javascript library.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/TrustyFund/vuex-bitshares">vuex-bitshares</a> - used by Trusty/Community UI.</li>
</ul>
</div><div id="17" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/python-bitshares">python-bitshares</a> - full featured python library.</li>
<li><a class=".awesome" target="_blank" href="http://docs.uptick.rocks">Uptick</a> - command line tool.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/HarukaMa/bitshares-p2p">bitshares-p2p</a> - Pocking around p2p protocol of BitShares network.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/bitshares-explorer-api">BitShares Explorer REST API</a> - API for the open-source BitShares blockchain explorer <a class=".awesome" target="_blank" href="https://github.com/bitshares/open-explorer">open-explorer</a></li>
<li><a class=".awesome" target="_blank" href="https://github.com/BTS-CM/Bitshares-HUG-REST-API">BitShares HUG REST API</a> - A HUG REST API for the BitShares network</li>
</ul>
</div><div id="18" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/Codaone/bitshares-php">bitshares-php</a> - A php library, for reading bitshares blockchain</li>
</ul>
</div><div id="19" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/Codaone/DEXBot">DEXBot</a> - Market Maker bot</li>
<li><a class=".awesome" target="_blank" href="https://github.com/litepresence/extinction-event">extinction-event</a> - bitsharesQUANT Distributed Exchange Algo Trading Framework</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitfag/bitshares-scripts">bitshares-scripts</a> - a set of python scripts.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitfag/bitshares-tradehistory-analyzer">bitshares-tradehistory-analyzer</a> - a set of scripts for exporting and analyzing trading history.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/xeroc/stakemachine">StakeMachine</a> - Trading Bot Infrastructure for the BitShares Decentralized Exchange (DEX).</li>
<li><a class=".awesome" target="_blank" href="https://github.com/Codaone/BitShares-Telegram-notifier">Telegram notifier</a> - a simple bitshares telegram notifier</li>
<li><a class=".awesome" target="_blank" href="https://github.com/scientistnik/bts-notifier">bts-notifier</a> - Telegram bot for sending BitShares account notifications</li>
<li><a class=".awesome" target="_blank" href="https://github.com/iamredbar/PoolTool">PoolTool</a> - A simple GUI tool to help anyone use Liquidity Pools on the BitShares blockchain.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/BTS-CM/Bitshares_NFT_Issuance_Tool">Bitshares_NFT_Issuance_Tool</a> - A GUI to help users issue new NFTs on the Bitshares blockchain.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/BTS-CM/NFT_Viewer">NFT_Viewer</a> - A GUI to view NFTs on the Bitshares blockchain. </li>
<li><a class=".awesome" target="_blank" href="https://github.com/BTS-CM/BTS-QRCodes">BTS-QRCodes</a> - QR code generation scripts for Bitshares blockchain operations.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/bitshares/beet-js">BEET-JS</a> - A JS library for 3rd party apps to interact with the Bitshares BEET multiwallet.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/BTS-CM/beet-deeplinks">BEET-Deeplinks</a> - A module for constructing Bitshares BEET deeplinks.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/BTS-CM/NFT.next.js">Bitshares Next.JS NFT Gallery</a> - open source code for new galleries.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/Bit20-Creative-Group/BitShares-NFT-Creator">Bit20s NFT Creator Tool</a> - open source python NFT creation tool.</li>
<li><a class=".awesome" target="_blank" href="https://github.com/Bit20-Creative-Group/PoolTool">Bit20s Pool Tool</a> - open source python based Bitshares liquidity pool tool.</li>
</ul>
</div><div id="20" class="tabcontent"><center><h2>Bitshares Decentralized Exchanges</h3></center>
<ul>
<li><a class=".awesome" target="_blank" href="https://xbts.io">XBTS</a></li>
<li><a class=".awesome" target="_blank" href="https://iobanker.com">ioBanker</a></li>
<li><a class=".awesome" target="_blank" href="https://btwty.com/">BTWTY GATEWAY</a> - Bit20 community ran</li>
<li><a class=".awesome" target="_blank" href="https://dex.delion.online">DelionDEX</a></li>
<li><a class=".awesome" target="_blank" href="https://evrazdex.org">EVRAZ</a></li>
<li>GDEX (no dedicated website, <a class=".awesome" target="_blank" href="https://bitsharestalk.org/index.php?topic=33861.0">deposits and withdrawals are processed manually</a>)</li>
<li>Citadel <code>https``://citadel.li</code> outdated</li>
<li><a class=".awesome" target="_blank" href="https://piratecash.net/">PirateCash</a> - <a class=".awesome" target="_blank" href="https://wallet.piratecash.net/">PirateCash DEX</a></li>
<li><a class=".awesome" target="_blank" href="https://www.aex.com">AEX</a> - A centralized exchange with its exchange token (GAT) and stable coins (CNC) on BitShares</li>
</ul>
<br><br><center><h2>Centralized Exchanges</h3></center>
<ul>
<li><a class=".awesome" class=".awesome" target="_blank" href="https://www.gate.io/trade/BTS_BTC">GateIO BTS:BTC</a></li>
<li><a class=".awesome" class=".awesome" target="_blank" href="https://www.gate.io/trade/BTS_USDT">GateIO BTS:USDT</a></li><br>
<li><a class=".awesome" class=".awesome" target="_blank" href="https://global.bittrex.com/trade/bts-btc">Bittrex BTS:BTC</a></li><br>
<li><a class=".awesome" class=".awesome" target="_blank" href="https://www.binance.com/en/trade/BTS_BTC">Binance BTS:BTC</a></li>
<li><a class=".awesome" class=".awesome" target="_blank" href="https://www.binance.com/en/trade/BTS_USDT">Binance BTS:USDT</a></li><br>
<li><a class=".awesome" class=".awesome" target="_blank" href="https://poloniex.com/spot/BTS_USDT">Poloniex BTS:USDT</a></li>
<li><a class=".awesome" class=".awesome" target="_blank" href="https://poloniex.com/spot/BTS_BTC">Poloniex BTS:BTC</a></li><br>
<li><a class=".awesome" class=".awesome" target="_blank" href="https://hitbtc.com/bts-to-btc">HitBTC BTS:BTC</a></li>
</ul>
</div><div id="21" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://blocktrades.us">BlockTrades</a></li>
<li><a class=".awesome" target="_blank" href="https://exolix.com">Exolix</a></li>
<li><a class=".awesome" target="_blank" href="https://godex.io">GoDex</a></li>
<li><a class=".awesome" target="_blank" href="https://simpleswap.io">SimpleSwap</a></li>
<li><a class=".awesome" target="_blank" href="https://stealthex.io">StealthEx</a></li>
<li><a class=".awesome" target="_blank" href="https://swapspace.co">SwapSpace</a></li>
<li><a class=".awesome" target="_blank" href="https://ioxbank.com">ioxbank</a></li>
</ul>
</div><div id="22" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://dexgames.net">SmartHoldem</a> </li>
</ul>
</div><div id="23" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://github.com/Bit20-Creative-Group/BitShares-NFT-Specification">BitShares NFT Specification</a> - NFT documentation</li>
<li><a class=".awesome" target="_blank" href="https://artcasa.gallery">ArtCASA Gallery</a> </li>
<li><a class=".awesome" target="_blank" href="https://nftea.gallery">NFTEA Gallery</a></li>
<li><a class=".awesome" target="_blank" href="https://alguienalli.github.io/">Alguien's NFT gallery</a></li>
</ul>
</div><div id="24" class="tabcontent">
<ul>
<li><a class=".awesome" target="_blank" href="https://PalmPay.io">PalmPay</a> - A chain-agnostic Point Of Sale system, using Bitshares DEx, in 104 languages.</li>
<li><a class=".awesome" target="_blank" href="https://www.evrazcoin.org">EVRAZ</a> - Global System of Electronic Payments on BitShares</li>
<li><a class=".awesome" target="_blank" href="https://cryptoninjapay.com/">CryptoNinjaPay</a> (<a class=".awesome" target="_blank" href="https://play.google.com/store/apps/details?id=ninja.cybertron.cryptoninja">Android</a>/<a class=".awesome" target="_blank" href="https://apps.apple.com/us/app/crypto-ninja/id1517748402">iOS</a>)</li>
<li><a class=".awesome" target="_blank" href="https://quintric.com">Quintric</a></li>
<li><a class=".awesome" target="_blank" href="https://www.apptrade.io">Apptrade</a> - A profit sharing marketplace, described as “the stock market for apps”, that runs on the BitShares blockchain.</li>
<li><a class=".awesome" target="_blank" href="https://compumatrix.com">Compumatrix</a> - Business process outsourcing and home-based employment.</li>
<li><a class=".awesome" target="_blank" href="https://monedapar.com.ar">Moneda Par</a> - A non-profit based in Argentina that allows the exchange of goods and services through mutual loans.</li>
</ul>
</div></body>
</html>