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