forked from HelloMokuzai/banano-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeveloper.html
More file actions
182 lines (170 loc) · 12.4 KB
/
developer.html
File metadata and controls
182 lines (170 loc) · 12.4 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
<!DOCTYPE HTML>
<!--
Made with ❤ for the BANANO community!
MKZI Design Labs - https://github.com/HelloMokuzai
-->
<html>
<head>
<title>Banano HUB | Explore the Banano Ecosystem!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:site_name" content="Banano HUB | Explore the Banano Ecosystem!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://hub.banano.network/">
<meta property="og:image" content="https://raw.githubusercontent.com/HelloMokuzai/banano-hub/refs/heads/main/images/banner.jpg">
<meta property="og:description" content="Banano HUB is an information & link repository for monkeys using the BANANO Cryptocurrency Network!">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Banano HUB | Explore the Banano Ecosystem!"/>
<meta name="twitter:description" content="Banano HUB is an information & link repository for monkeys using the BANANO Cryptocurrency Network!"/>
<meta name="twitter:site" content="@bananocoin"/>
<meta name="twitter:image" content="https://raw.githubusercontent.com/HelloMokuzai/banano-hub/refs/heads/main/images/banner.jpg"/>
<meta name="twitter:creator" content="@HelloMokuzai"/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/ban-logo.svg" alt="" /></span><span class="title">Banano HUB</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="wallets.html">Wallets</a></li>
<li><a href="faucets.html">Faucets</a></li>
<li><a href="exchanges.html">Exchanges</a></li>
<li><a href="wban.html">Wrapped Banano</a></li>
<li><a href="gaming.html">Gaming</a></li>
<li><a href="shopping.html">Shopping</a></li>
<li><a href="developer.html">Developer Tools</a></li>
<li><a href="merchant.html">Merchant Solutions</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Developer Tools</h1>
<span class="image main"><img src="images/header_developer.png" alt="" /></span>
<h1>Official</h1>
<p><b>BananoCoin GitHub</b> - The official repo of the BANANO cryptocurrency project.</p>
<p><b>Spyglass API</b> - An open-source & free-to-use REST API that can be leveraged to fuel apps in the Banano ecosystem.</p>
<p><b>Bananode Wiki</b> - Instructions on how-to bootstrap a Banano node.</p>
<ul class="actions">
<li><a href="https://github.com/bananocoin" class="button primary">BananoCoin <i class="icon brands style1 fa-github"></i></a></li>
<li><a href="https://spyglass-api.web.app/" class="button primary">Spyglass API <i class="icon solid style1 fa-server"></i></a></li>
<li><a href="https://banano.fandom.com/wiki/Bananode" class="button primary">Bananode Wiki <i class="icon solid style1 fa-info-circle"></i></a></li>
</ul>
<h1>Community</h1>
<p><b>Learn.Banano.Trade</b> - A comprehensive resource for learning about Banano cryptocurrency providing tutorials, guides and tools to help you understand and use Banano effectively.</p>
<p><b>Banano-Awesome</b> - A BANANO currency related resource including documents, sites and projects.</p>
<ul class="actions">
<li><a href="https://learn.banano.trade/" class="button">Learn.Banano.Trade <i class="icon solid style1 fa-book"></i></a></li>
<li><a href="https://zh.thedev.id/banano-awesome/" class="button">Banano-Awesome <i class="icon solid style1 fa-book"></i></a></li>
</ul>
<p><b>Bananopie</b> - A python library for Banano. Not just a RPC wrapper!</p>
<p><b>BananoGo</b> - A Banano blockchain interaction library, written in Go.</p>
<ul class="actions">
<li><a href="https://github.com/stjet/bananopie" class="button">Bananopie <i class="icon brands style1 fa-github"></i></a></li>
<li><a href="https://github.com/zenitria/bananogo" class="button">Banano Go <i class="icon brands style1 fa-github"></i></a></li>
</ul>
<p><b>Banano-Node-Docker</b> - A Bash script to automate the setup process for running a Banano node using Docker. It pulls the necessary Docker images, sets up the required configuration, and initializes the Banano node.</p>
<ul class="actions">
<li><a href="https://github.com/amamel/banano-node-docker" class="button">Banano-Node-Docker <i class="icon brands style1 fa-docker"></i></a></li>
</ul>
<p><b>Banano NFT Meta-protocol</b> - A protocol for implementing NFT's on Banano.</p>
<p><b>Banano Name Service (BNS)</b> - A protocol for implementing top level domain's (TLD) on Banano.</p>
<p><b>BNS Domain Resolver</b> - A repository for the Banano Name System (BNS) resolution tool written in Python.</p>
<ul class="actions">
<li><a href="https://github.com/Airtune/banano-nft-meta-protocol" class="button primary">Banano NFT Meta-protocol <i class="icon brands style1 fa-github"></i></a></li>
<li><a href="https://github.com/stjet/bns" class="button primary">Banano Name Service (BNS) <i class="icon brands style1 fa-github"></i></a></li>
<li><a href="https://github.com/yusufgurdogan/bns-domain-resolver-python" class="button">BNS Domain Resolver <i class="icon brands style1 fa-github"></i></a></li>
</ul>
<p><b>Banano Connect</b> - A collection of sample Applications utilizing the Banano-Wallet-Adapter including a Wallet, TipJar, Faucet, Coin Flip, Crash Game and MORE!</p>
<p><b>Banano-Wallet-Adapter</b> - A modern, production-ready starter template for building Banano applications with React and Next.js, providing everything you need to start building a Banano-enabled web application.</p>
<ul class="actions">
<li><a href="https://banano-wallet-adapter.vercel.app/" class="button">Banano Connect <i class="icon solid style1 fa-link"></i></a></li>
<li><a href="https://github.com/thekesslereffect/banano-wallet-adapter" class="button">Banano-Wallet-Adapter <i class="icon brands style1 fa-github"></i></a></li>
</ul>
<p><b>Accept Banano</b> - A server program that helps you to accept BANANO (BAN) payments in a fast, secure and cost-efficient way.</p>
<ul class="actions">
<li><a href="https://github.com/tigwyk/accept-banano" class="button">Accept-Banano <i class="icon brands style1 fa-github"></i></a></li>
</ul>
<p><b>WowPay</b> - A platform with no fees to secure and manage payments for Banano and other related cryptocurrencies.</p>
<ul class="actions">
<li><a href="https://github.com/MyEcoria/wowpay?tab=readme-ov-file" class="button">WowPay (Source) <i class="icon brands style1 fa-github"></i></a></li>
<li><a href="https://github.com/MyEcoria/wowpay?tab=readme-ov-file" class="button">WowPay API <i class="icon solid style1 fa-server"></i></a></li>
</ul>
<p><b>Banano.Network</b> - Pay in BANANO (BAN) to receive a <code>[name].banano.network</code> subdomain to host your app/project.</p>
<ul class="actions">
<li><a href="https://banano.network/" class="button">Banano.Network <i class="icon solid style1 fa-globe"></i></a></li>
</ul>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Contribute</h2>
<p>Banano HUB is a Free and open-source software (FOSS) project. To contribute you can open a pull request / submit an issue on <a href="https://github.com/HelloMokuzai/banano-hub" target="_blank"><b>Github</b></a> or 💌 <a href = "mailto: hellomokuzai@outlook.com"><b>hellomokuzai@outlook.com</b></a></p>
<h2>Donate ❤️</h2>
<p><span class="image left"><img src="images/qr-code.png" alt="" /><a class="button primary small fit" onclick="Copy_Address()";>Copy</a></span> This website is maintained as a labour of love. But if you wish to show your appreciation for my efforts - please feel free to donate BANANO (BAN) to <code>bananohub.ban</code> or the address below.</p>
<p><input type="text" value="ban_3j8gwrkc7qgx11rrncdw8bzuuo4ojwp3xkawspefm3sbac3s5i6f48dgewfd" id="Ban_Address"></p>
</section>
<section>
<h2>Community</h2>
<ul class="icons">
<li><a href="https://chat.banano.cc/" class="icon brands style2 fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://reddit.com/r/banano" class="icon brands style2 fa-reddit-alien"><span class="label">Reddit</span></a></li>
<li><a href="https://twitter.com/bananocoin" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://t.me/banano_official" class="icon brands style2 fa-telegram-plane"><span class="label">Telegram</span></a></li>
<li><a href="https://www.youtube.com/c/bananopictures" class="icon brands style2 fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://medium.com/banano" class="icon brands style2 fa-medium"><span class="label">Medium</span></a></li>
<li><a href="https://instagram.com/bananocurrency" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.facebook.com/bananocurrency/" class="icon brands style2 fa-facebook"><span class="label">Facebook</span></a></li>
</ul>
<h2>Contact</h2>
<ul class="icons">
<li><a href="https://github.com/HelloMokuzai" class="icon brands style2 fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto: hellomokuzai@outlook.com" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© Banano HUB 2024. </li><li><a href="https://github.com/HelloMokuzai">MKZI Design Labs</a></li><li>Get Banano Domains: <a href="https://banano.network/">banano.network</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
function Copy_Address() {
var copyText = document.getElementById("Ban_Address");
copyText.select();
copyText.setSelectionRange(0, 99999)
document.execCommand("copy");
alert("Copied to clipboard: " + copyText.value);
}
</script>
</body>
</html>