Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC for using JSI instead of platform binary #12

Open
BitcoinZavior opened this issue Jul 27, 2022 · 0 comments
Open

PoC for using JSI instead of platform binary #12

BitcoinZavior opened this issue Jul 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@BitcoinZavior
Copy link
Contributor

BitcoinZavior commented Jul 27, 2022

Current implementation uses Android and iOA binaries as core modules for providing bdk functionality.

Do a Proof of concept to explore use of JSI interface to C++ as a alternate mechanism instead of using platform binaries.

This has a number of advantages:

  • Eliminates constraints of RN bridge
  • Will allow reuse of bdk ffi rust code directly thus providing more api
  • Will reduce effort and maintenance in using native wrapper code in Android and iOS
  • Performance improvements
  • Eliminate cold start time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant