Skip to main content

in reply to DelegateVoid

awesome, how did you make the C# bindings? we could turn them official if you like.

we also have some ideas for autogenerating language bindings from the generated openrpc specification, but it wouldn't be as pretty as a handwritten/-maintained wrapper/rpc-client library.

in reply to treefit

@treefit Let me work on it a little while longer before I publish it. But basically I start the deltachat-rpc-server as a .NET Process and then write to and read from standard input and standard output.