Dev guides: Add new section 'Libraries and helpers'

This section was originally in the merchants page. Most of the libraries listed were obsoleted and not maintained anymore, so i added new and maintained repositories.
This commit is contained in:
erciccione 2020-08-12 18:52:03 +02:00
parent 6597651635
commit d6770188c0
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF
2 changed files with 40 additions and 0 deletions

View File

@ -443,6 +443,19 @@ developer-guides:
moneroexamples: Rich list of examples and docs related to Monero development.
moneroecosystem: Community of Monero developers. Contains libraries and resources and guides of some Monero Workgroups, like the Localization Workgroup and the Outreach Workgroup.
monerose: One of the most complete resources for both users and developers.
libraries: Libraries and helpers
libraries_para: Monero libraries created and maintained by the community. They are not vetted by the core team and are listed here only for convenience. Make your own researches before using them. If you want to add a library to this list, please open an issue on
monero-javascript: A Node.js library for using Monero.
monero-nodejs: Wallet manager for interacting with monero-wallet-rpc.
monerophp: A Monero library written in PHP by the Monero Integrations team.
monerowp: Monero WooCommerce Plugin for Wordpress.
monero-python: A comprehensive Python module for handling Monero cryptocurrency.
moneriote-python: Python scripts to maintain Monero opennodes DNS records.
monerorpc: A Java interface for Monero wallet and daemon RPC.
monero-java: A Java library for using Monero.
monero-cpp: A C++ library for using Monero.
vanity-monero: Generate vanity address for CryptoNote currency (Monero etc.).
go-monero-rpc-client: A go client for the Monero wallet and daemon RPC.
user-guides:
general: General

View File

@ -43,6 +43,33 @@ permalink: /resources/developer-guides/index.html
<p>{% t developer-guides.monerose %}</p>
</div>
</div>
<div class="full container">
<div class="info-block">
<div class="row center-xs">
<h2>{% t developer-guides.libraries %}</h2>
</div>
<p>{% t developer-guides.libraries_para %} <a href="https://github.com/monero-project/monero-site/issues">GitHub</a>.</p>
<ul class="logo">
<h3>Node.js</h3>
<li><a href="https://github.com/monero-ecosystem/monero-javascript">monero-javascript (Monero Ecosystem)</a> - {% t developer-guides.monero-javascript %}</li>
<li><a href="https://github.com/PsychicCat/monero-nodejs">monero-nodejs</a> - {% t developer-guides.monero-nodejs %}</li>
<h3>PHP</h3>
<li><a href="https://github.com/monero-integrations/monerophp">monerophp (Monero Integrations)</a> - {% t developer-guides.monerophp %}</li>
<li><a href="https://github.com/monero-integrations/monerowp">monerowp (Monero Integrations)</a> - {% t developer-guides.monerowp %}</li>
<h3>Python</h3>
<li><a href="https://github.com/monero-ecosystem/monero-python">monero-python (Monero Ecosystem)</a> - {% t developer-guides.monero-python %}</li>
<li><a href="https://github.com/monero-ecosystem/moneriote-python">moneriote-python (Monero Ecosystem)</a> - {% t developer-guides.moneriote-python %}</li>
<h3>Java</h3>
<li><a href="https://github.com/00-matt/monerorpc">monerorpc</a> - {% t developer-guides.monerorpc %}</li>
<li><a href="https://github.com/monero-ecosystem/monero-java">monero-java (Monero Ecosystem)</a> - {% t developer-guides.monero-java %}</li>
<h3>C++</h3>
<li><a href="https://github.com/monero-ecosystem/monero-cpp">monero-cpp (Monero Ecosystem)</a> - {% t developer-guides.monero-cpp %}</li>
<h3>Golang</h3>
<li><a href="https://github.com/monero-ecosystem/vanity-monero">vanity-monero (Monero Ecosystem)</a> - {% t developer-guides.vanity-monero %}</li>
<li><a href="https://github.com/monero-ecosystem/go-monero-rpc-client">go-monero-rpc-client (Monero Ecosystem)</a> - {% t developer-guides.go-monero-rpc-client %}</li>
</ul>
</div>
</div>
</div>
</section>
</div>