An open API service indexing awesome lists of open source software.

https://github.com/kripod/moneroapi.net

API for data transmission and retrieval from Monero applications through the Microsoft .NET Framework
https://github.com/kripod/moneroapi.net

Last synced: about 1 year ago
JSON representation

API for data transmission and retrieval from Monero applications through the Microsoft .NET Framework

Awesome Lists containing this project

README

          

# Project Discontinued
Please be aware that this project is not actively maintained anymore.

# Monero API .NET [![Build Status](https://travis-ci.org/kripod/MoneroApi.Net.svg)](https://travis-ci.org/kripod/MoneroApi.Net)
This project makes your Microsoft .NET applications able to interact with the API _(Application Programming Interface)_ of [Monero][] core assemblies.
The class library is written in [C#][]. A [NuGet package of the project][] is also available.

[Monero]: http://monero.cc
[C#]: http://wikipedia.org/wiki/C_Sharp_%28programming_language%29
[NuGet package of the project]: https://www.nuget.org/packages/MoneroApi.Net

## Minimum system requirements
- [Microsoft .NET Framework 4][] or [Mono .NET Framework 2.8][]

[Microsoft .NET Framework 4]: http://www.microsoft.com/download/details.aspx?id=17851
[Mono .NET Framework 2.8]: http://www.mono-project.com/download

## Versioning
The project uses [Semantic Versioning 2.0.0][] for keeping track of changes.
Build metadata (characters after the "+" symbol) stand for the recommended Monero core assemblies' version to be used with this project.

[Semantic Versioning 2.0.0]: http://semver.org/spec/v2.0.0.html