LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

PoC for using JSI instead of platform binary #12

Open BitcoinZavior opened 2 years ago

BitcoinZavior commented 2 years ago

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: