@@ -76,8 +76,9 @@ VSS is also integrated with [LDK-node] v0.4.x as alpha support.
7676 implementation. Note that the security of authentication heavily relies on using HTTPS for all requests.
7777* ** Scaling** : VSS itself is stateless and can be horizontally scaled easily. VSS can be configured to point to a
7878 PostgreSQL cluster, and further scaling considerations need to be addressed in the PostgreSQL cluster.
79- * ** Using with LDK-node** : [ LDK-node] can be easily configured to run with VSS as primary storage, and there is also
80- support of other languages such as [ Swift] [ swift ] , [ Kotlin] [ kotlin ] , and [ Python] [ python ] .
79+ * ** Using with LDK-node** : [ LDK-node] can be easily configured to run with VSS as primary storage. It is integrated in
80+ LDK-node(written in Rust) using [ VSS-rust-client] and there is also support for other languages such as Swift, Kotlin,
81+ and Python through [ UniFFI] bindings.
8182 ``` rust
8283 use ldk_node :: Builder ;
8384 fn main () {
@@ -89,7 +90,7 @@ VSS is also integrated with [LDK-node] v0.4.x as alpha support.
8990 ...
9091 }
9192 ```
92- * * * Using with Other Applications ** : VSS is designed to support and store application - related metadata . Clients can use
93+ * * * Using with Other Applications ** : VSS is designed to store application - related metadata . Clients can use
9394 the [VSS - rust- client] directly for this purpose. This can help provide a complete user data recovery solution for
9495 applications, as well as enable turn- key multi- device support in the future.
9596
@@ -116,8 +117,4 @@ development of VSS, you can reach out to us in the [LDK Discord] in the `#vss` c
116117
117118[LDK Discord ]: https: // discord.gg/5AcknnMfBw
118119
119- [swift]: https: // www.swift.org/
120-
121- [kotlin]: https: // kotlinlang.org/
122-
123- [python]: https: // www.python.org/
120+ [UniFFI ]: https: // mozilla.github.io/uniffi-rs/
0 commit comments