bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
860 stars 307 forks source link

Initial wallet APIs #85

Closed notmandatory closed 4 years ago

notmandatory commented 4 years ago

Initial wallet APIs must support:

notmandatory commented 4 years ago

Investigate using cross platform Rust FFI (instead of separate JNI API for Android) as described in mozilla uniffi-rs project.

Near term follow current implementation of Kotlin calling Rust FFI in mozilla application-services fxa-client ?

notmandatory commented 4 years ago

Mozilla created the ffi_support crate to help make their sync and storage libs cross platform.

notmandatory commented 4 years ago

closing this issue because magical-bitcoin/bdk project now already has required wallet APIs. I created a new issue https://github.com/bitcoindevkit/bdk/issues/95 for generating random seed mnemonic codes and creating extended public/private keys.