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
- Host: GitHub
- URL: https://github.com/kripod/moneroapi.net
- Owner: kripod
- License: mit
- Created: 2015-01-18T11:47:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T21:28:40.000Z (over 9 years ago)
- Last Synced: 2025-03-29T05:32:45.575Z (about 1 year ago)
- Language: C#
- Size: 158 KB
- Stars: 10
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Discontinued
Please be aware that this project is not actively maintained anymore.
# Monero API .NET [](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