Clean up of docs regarding removed cli tool

This commit is contained in:
thunderbiscuit 2023-03-27 13:39:28 -04:00
parent 6bab5a159d
commit 2b7c104f11
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -8,8 +8,7 @@
</p>
The workspace in this repository creates the `libbdkffi` multi-language library for the Rust-based
[bdk] library from the [Bitcoin Dev Kit] project. The `bdk-ffi-bindgen` package builds a tool for
generating the actual language binding code used to access the `libbdkffi` library.
[bdk] library from the [Bitcoin Dev Kit] project.
Each supported language and the platform(s) it's packaged for has its own directory. The Rust code in this project is in the bdk-ffi directory and is a wrapper around the [bdk] library to expose its APIs in a uniform way using the [mozilla/uniffi-rs] bindings generator for each supported target language.