-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Mobile integration #87
Comments
Hey! I don't have any experience with that currently, but am asking around since a few people are working on mobile wallets on top of nakamoto. I'm curious what are the obvious limitations you see right now, or where there might be friction? |
Not sure yet! I need to start playing around with Nakamoto on my desktop to understand better how it works. But let me ping @rajarshimaitra and @notmandatory who I know are working on implementing compact block filters in BDK through Nakamoto. |
Great, also perhaps @johncantrell97 may want to chime in. |
@rajarshimaitra is working on a PR for |
EDIT: I doubled checked and looks like nakamoto is using plain files for block data so we might not need to change anything. We might find some benefit from using a sqlite db to store block data but we can see how testing goes. |
Just want to link to this PR for those who might come across this issue: bitcoindevkit/bdk-ffi#207 |
Hi there!
I'm starting to look at ways we could integrate a BIP157/158 client into Android applications (or just mobile in general), and wondered if you have any resources/docs on that somewhere. Has anyone tried it in a sample app, or do you know how you'd like to go about it? I see an open issue about an FFI layer (#14), but wondering if know of any other information you could point me to.
I'm one of the maintainers for bdk-ffi and bdk-android, and I maintain a sample Android app that showcases how to use the Bitcoin Development Kit (the Devkit Wallet). The wallet currently uses Electrum for its chain data, but I'd love to enable Neutrino-like client capabilities.
Related to this is the fact that the BDK library is looking at enabling using Neutrino clients for its blockchain data, and I'd like to help test/implement that using Nakamoto on Android.
Cheers!
The text was updated successfully, but these errors were encountered: