From 67f4baa015a4407d096e35b6e5a81d72932fb55f Mon Sep 17 00:00:00 2001 From: cyan Date: Sun, 22 Sep 2024 15:29:40 +0000 Subject: add C# code --- impls/monero.c#/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 impls/monero.c#/README.md (limited to 'impls/monero.c#/README.md') diff --git a/impls/monero.c#/README.md b/impls/monero.c#/README.md new file mode 100644 index 0000000..bfbb3b7 --- /dev/null +++ b/impls/monero.c#/README.md @@ -0,0 +1,7 @@ +# monero.c# + +> C# port for monero + +This is not a ready-to-use package (as opposed to monero.dart and monero.ts), but it works. You can check the `monero_wrapper.cs`. + +Currently C# code is optimized to be used in Godot.., if you are not planning to use it there - simply do not extend Node class and remove Godot import, if you are planning to use it in production, please let me know - we can work on a better approach to using monero with proper package code in here. \ No newline at end of file -- cgit v1.2.3