From d6770188c0f4fcbe8b035438d2880438d9b76987 Mon Sep 17 00:00:00 2001 From: erciccione Date: Wed, 12 Aug 2020 18:52:03 +0200 Subject: [PATCH] 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. --- _i18n/en.yml | 13 +++++++++++++ resources/developer-guides/index.md | 27 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/_i18n/en.yml b/_i18n/en.yml index 0533b9a4..0cc43dbd 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -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 diff --git a/resources/developer-guides/index.md b/resources/developer-guides/index.md index a47a720d..a1ba88bf 100644 --- a/resources/developer-guides/index.md +++ b/resources/developer-guides/index.md @@ -43,6 +43,33 @@ permalink: /resources/developer-guides/index.html

{% t developer-guides.monerose %}

+
+
+
+

{% t developer-guides.libraries %}

+
+

{% t developer-guides.libraries_para %} GitHub.

+ +
+