Merge pull request #1403

Dev guides: add csharp-monero to 'libraries and helpers'
This commit is contained in:
luigi1111 2021-01-11 13:49:25 -05:00 committed by GitHub
commit 1fafd2a975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -524,6 +524,7 @@ developer-guides:
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. monero-rs: Library with support for (de)serialization on block data structures and key/address generation and scanning related to Monero cryptocurrency.
csharp-monero: A wallet and daemon client to interface with Monero's JSON-RPC API, built on .netstandard2.1
user-guides: user-guides:
general: General general: General

View file

@ -69,6 +69,8 @@ permalink: /resources/developer-guides/index.html
<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> <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://github.com/monero-rs/monero-rs">monero-rs</a> - {% t developer-guides.monero-rs %}</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> </ul>
</div> </div>
</div> </div>