Installing LWK
LWK is available for several languages.
Rust
You can use the crates released on crates.io
[dependencies]
lwk_wollet = "0.11.0"
lwk_signer = "0.11.0"
lwk_common = "0.11.0"
Python
You can use the official python package: lwk
pip install lwk
Javascript/Typescript (Wasm)
Wasm module
Install LWK
npm install lwk_wasm
Import LWK
const lwk = require('lwk_wasm');
Node module
Install LWK
npm install lwk_node
Import LWK
const lwk = require('lwk_node');
iOS/Swift
Android/Kotlin
React Native
Go
C#
dotnet add package LiquidWalletKit --version 0.8.2
Please open an issue if you need a more recent version