From 832387d32d540b0f0ffa9f833a24ca28da2d4735 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 25 Nov 2022 12:41:02 -0500 Subject: [PATCH] Add uniffi-bindings-template link to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 659c8e8..d1df959 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ pip3 install bdkpython ### bdk-swift Add bdk-swift to your dependencies in XCode. +## Developing language bindings using uniffi-rs +If you are interested in better understanding the base structure we use here in order to build your own Rust-to-Kotlin/Swift/Python language bindings, check out the [uniffi-bindings-template](https://github.com/thunderbiscuit/uniffi-bindings-template) repository. We maintain it as an example and starting point for other projects that wish to leverage the tech stack used in producing the BDK language bindings. + ## Verifying Signatures Both libraries and all their corresponding artifacts are signed with a PGP key you can find in the root of this repository. To verify the signatures follow the below steps: