Build self-custodial wallet apps where your users control their own keys. The Bark SDK runs directly in your app—keys never leave the user’s device.Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get started
Install the Bark SDK, create a wallet, and receive your first payment. The core library is written in Rust with bindings available for other languages. Each guide links to full library documentation for your platform.React Native
Cross-platform mobile apps with TypeScript
Flutter
Cross-platform mobile apps with Dart
Swift
Native iOS apps
Kotlin
Native Android apps
Rust
Build desktop apps or use the core library directly
Go
Build wallet apps with Go bindings
How it works
The Bark SDK uses UniFFI bindings to run the core Rust library directly in your app. Everything happens on-device:- Keys stay on the device: The user’s private keys are generated and stored locally
- Direct protocol access: Your app communicates directly with Ark servers
- No backend required: You don’t need to run any server infrastructure
Backups are critical. Wallet recovery is not yet implemented. Make sure your app backs up wallet data to iCloud, Google Drive, or another secure location.