mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Merge pull request #1272
Dev guides: Add monero-rs to 'Liraries and helpers'
This commit is contained in:
commit
fba9eac4f2
2 changed files with 3 additions and 0 deletions
|
@ -482,6 +482,7 @@ developer-guides:
|
||||||
monero-cpp: A C++ library for using Monero.
|
monero-cpp: A C++ library for using Monero.
|
||||||
vanity-monero: Generate vanity address for CryptoNote currency (Monero etc.).
|
vanity-monero: Generate vanity address for CryptoNote currency (Monero etc.).
|
||||||
go-monero-rpc-client: A go client for the Monero wallet and daemon RPC.
|
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.
|
||||||
|
|
||||||
user-guides:
|
user-guides:
|
||||||
general: General
|
general: General
|
||||||
|
|
|
@ -67,6 +67,8 @@ permalink: /resources/developer-guides/index.html
|
||||||
<h3>Golang</h3>
|
<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/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://github.com/monero-ecosystem/go-monero-rpc-client">go-monero-rpc-client (Monero Ecosystem)</a> - {% t developer-guides.go-monero-rpc-client %}</li>
|
||||||
|
<h3>Rust</h3>
|
||||||
|
<li><a href="https://github.com/monero-rs/monero-rs">monero-rs</a> - {% t developer-guides.monero-rs %}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue