Author

Topic: [XMR] Monero API .NET - Communicate with Monero Core applications easily! (Read 2613 times)

legendary
Activity: 2268
Merit: 1141
erm guys? didnt jojatekok step back from this and his wallet because of his school or career? OP is from february

Yes he did, this isn't the correct thread either :-P
hero member
Activity: 768
Merit: 505
erm guys? didnt jojatekok step back from this and his wallet because of his school or career? OP is from february
member
Activity: 88
Merit: 10
sr. member
Activity: 336
Merit: 250
Thank you for doing this! I hope the community provides you with lots of support.
https://twitter.com/XMRpromotions/status/678482947041681408
legendary
Activity: 1232
Merit: 1011
Monero Evangelist
- Jojatekok: Thanks and respect for developing this.

- To better learn and improve my C# skills, I check-out & explore all public C#-projects, that are cryptocurrency related. (To get infos, tipps and hands-on experiences.)   
So, I am going to spend some time with this release: Studying the source and running the code in different settings (educational, performance, exception handling, performance, ...).

- I will provide you any relevant feedback, (test) results, (bug) reports or suggestions, that could benefit you or the Monero community.
legendary
Activity: 1260
Merit: 1008
sr. member
Activity: 283
Merit: 250
Great idea, donated.
sr. member
Activity: 264
Merit: 250

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

GitHub repository | NuGet package

This project allows developers to flawalessly access the functionailty of Monero applications through the Core assemblies' RPC services. As the software is open-source, everyone can contribute, achieving the best performance and reliability for end-users.

Why is this API necessary?
It makes the implementation of Monero extremely easy for merchants, wallet builders, and all the other developers who are interested in working with (or accepting) Monero. Also, the core developers can concentrate more on the internals (instead of spending time on the official GUI client), which means that the currency should advance faster.

Is it cross-platform?
The first 3 releases of the API were only made for desktop PCs running Microsoft .NET Framework 4.5 or higher, thus, resulting in a smaller userbase than wanted. Since v3, the project has been split into 2 subprojects, one which is responsible for communicating with the daemon and the account manager's RPC channel, and one which can manage the required processes on PC.

What kind of platforms can utilize the power of Monero API .NET, then?
Basically every device which has support for running the Microsoft .NET Portable Framework v4, and more: Microsoft is planning to provide native (C++) compilation of C# assemblies very soon, and this process can be even faster since .NET Core has been made open-source.
The project can run on PCs (Windows; Mac and Linux with Mono .NET), mobile phones (Windows Phone; Android and iOS with Xamarin), and even on video game consoles like Xbox.

How does it work?
As I have already mentioned above, the project consists of 2 parts: MoneroAPI, and MoneroAPI.Extensions. The first one is built as a PCL (portable class library) and is multiplatform, while the extensions are desktop-only and contain functions for hosting a full node. Basically, MoneroAPI is preferable for lightweight, client-only applications, and MoneroAPI.Extensions adds support for hosting the Monero Core processes with ease.
There is a demo project included in the GitHub repository for a more technical explanation.



Please consider donating to one of the addresses in my signature if you like this project or want to support its development.
Jump to: