iota-sdk 0.3.0

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Documentation
# IOTA Wallet Library - Capacitor plugin binding

## Requirements (only for building the binary yourself)

[Android: Follow this guide](https://github.com/iotaledger/iota-sdk/tree/develop/wallet/bindings/java#instead-build-everything-from-scratch-yourself)

[iOS: Follow this guide](https://github.com/iotaledger/iota-sdk/tree/develop/wallet/bindings/swift)

## Installation

- Using NPM:

```bash
npm install @iota/wallet-mobile
npx cap sync
```

## Building the @iota/wallet-mobile Capacitor plugin

```sh
npm run build
```
This command copies the prebuilt libraries from Java and Swift bindings.