Meshbits / pirate-chain-ios-wallet

iOS version of the Pirate Wallet
MIT License
3 stars 2 forks source link

Replace the core syncing wrapper with zcash-wrap #45

Open lastw0nd3r opened 2 years ago

lastw0nd3r commented 2 years ago

Wrapper for zcash flutter - https://github.com/hhanh00/zwallet/tree/main/native/warp_api_ffi

And this is for the flutter plugin which I think is using that wrap-sync API: https://github.com/hhanh00/zwallet/tree/main/packages/warp_api_ffi I see this has all the APIs for wallet operations. https://github.com/hhanh00/zwallet/blob/main/native/warp_api_ffi/binding.h Looks like he's made his own API wrapper instead of using Zcash's iOS or Android SDK