Thanks to visit codestin.com
Credit goes to github.com

Skip to content

btcpay-monero/monero-csharp

Repository files navigation

GitHub Workflow Status Codacy Badge Codacy Badge Matrix rooms Nuget

Monero C# Bindings

Library for interacting with Monero daemon and wallet RPCs.

Code formatting

We use the unmodified standardized .editorconfig from .NET SDK. Run dotnet new editorconfig --force to apply the latest version.

To enforce formatting for the whole project, run dotnet format monero-csharp.sln --verbosity diagnostic

To enforce custom analyzer configuration options, we do use global AnalyzerConfig .globalconfig file.

Documentation

We use DocFX to generate documentation.

To build and serve the docs locally:

docfx metadata docs/docfx.json      # Generate metadata
docfx build docs/docfx.json --serve # Build and serve documentation

License

MIT

Contributors 5

Languages