From 8166f820b4e4d6e52887de6406ab6b137f8ed43b Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 5 Sep 2022 12:04:08 -0500 Subject: [PATCH] Add README info badges for MSRV and other links --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cd4bca9..c47fd5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Native language bindings for BDK +

+ MIT or Apache-2.0 Licensed + CI Status + Rustc Version 1.61.0+ + Chat on Discord +

+ 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.