Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev guides page #2417

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,9 @@ developer-guides:
vanity-monero: Generate vanity address for CryptoNote currency (Monero etc.).
go-monero-rpc-client: A Go client for the Monero wallet and daemon RPC.
monero-rs: Library with support for (de)serialization on block data structures and key/address generation and scanning related to Monero cryptocurrency.
cuprate: Monero node implementation in Rust.
csharp-monero: A wallet and daemon client to interface with Monero's JSON-RPC API, built on .netstandard2.1
themoneroatmproject: A do-it-yourself automated teller machine that runs free software.

user-guides:
general: General
Expand Down
4 changes: 3 additions & 1 deletion resources/developer-guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ meta_descr: developer-guides.head
</div>
</div>
<p><i>{% t developer-guides.external_head %}</i></p>
<h3><span class="icon-globe"></span><a href="https://monerodocs.org/">Monerodocs.org</a></h3>
<h3><span class="icon-globe"></span><a href="https://docs.getmonero.org">Monero Docs</a></h3>
<p>{% t developer-guides.monerodocs %}</p>
<h3><a href="https://github.com/moneroexamples"><span class="icon-github"></span>Moneroexamples</a></h3>
<p>{% t developer-guides.moneroexamples %}</p>
Expand Down Expand Up @@ -68,8 +68,10 @@ meta_descr: developer-guides.head
<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>
<li><a href="https://atm.monero.is/">The Monero ATM Project</a> - {% t developer-guides.themoneroatmproject %}</li>
<h3>Rust</h3>
<li><a href="https://github.com/monero-rs/monero-rs">monero-rs</a> - {% t developer-guides.monero-rs %}</li>
<li><a href="https://cuprate.org/">Cuprate</a> - {% t developer-guides.cuprate %}</li>
<h3>C#</h3>
<li><a href="https://github.com/monero-ecosystem/csharp-monero-rpc-client">csharp-monero-rpc-client (Monero Ecosystem)</a> - {% t developer-guides.csharp-monero %}</li>
</ul>
Expand Down
Loading