sunshine-protocol / sunshine-keybase

Keybase Local Key Security implementation, using Ipfs-Embed + Substrate
The Unlicense
34 stars 6 forks source link

Implement Basic FFI for the Client. #25

Closed shekohex closed 4 years ago

shekohex commented 4 years ago

This a PR for building FFI for the Client using tools like cbindgen, dart-bindgen and allo-isolate for Running the client inside our Flutter application.

shekohex commented 4 years ago

This PR will act as a base for the next one where I'll be only working on adding more FFI functions and expose more of public client API as we going.

I will mark it as ready for review