Delta Chat on Nostr: npub1w078n…ga70l npub1rutsl…3xsk5 npub1z2juq…lr69f npub10qx94…08d05 Yes you ...
npub1w078n7fwqpelqstcq5d0nevj39ynsqltjw4d60kg8hpkrlt96vlswga70l (npub1w07…a70l) npub1rutslhy9en45aace0nkn6tsf47cm7us52d0pqgug6hwvhpr6074qp3xsk5 (npub1rut…xsk5) npub1z2juqw92ywlx5w8lsvjlj8w42uckqjsgyewxt3x9kd0aljmpquws6lr69f (npub1z2j…r69f) npub10qx94wens0sl357kueswxmyu98rjxm5rn8jzeapsfghm6hg0danqc08d05 (npub10qx…8d05) Yes you can, our desktop client is react + typescript for example. There are two libraries to use our rust core:
1. the old CFFI bindings: https://github.com/deltachat/deltachat-core-rust/tree/main/node (docs: https://js.delta.chat )
2. the new jsonRPC bindings: https://github.com/deltachat/deltachat-core-rust/tree/main/deltachat-jsonrpc
You can find examples here: https://github.com/deltachat-bot/echo/
1. the old CFFI bindings: https://github.com/deltachat/deltachat-core-rust/tree/main/node (docs: https://js.delta.chat )
2. the new jsonRPC bindings: https://github.com/deltachat/deltachat-core-rust/tree/main/deltachat-jsonrpc
You can find examples here: https://github.com/deltachat-bot/echo/