Use this prompt to get started quickly.
Prerequisites
- Android: API 24+ (Android 7.0), Kotlin 1.9+
- JVM: OpenJDK 17+, Kotlin 1.9+
Getting started
1
Install the SDK
Add the GitLab Maven registry and the Bark dependency to your Gradle project.
- Android
- JVM
In your root In your module In the same file, inside the
settings.gradle.kts:build.gradle.kts:android {} block:2
Create a wallet
Generate a BIP39 mnemonic, configure the wallet for signet, and initialize it.
Back up the mnemonic securely, and back up wallet data continuously. Both are required to restore a wallet.
3
Get a receiving address
4
Check your balance
Sync the wallet with the Ark server and read your balance.
Next steps
Source and examples
Full Kotlin source and example projects on GitLab.
How Ark works
Learn about the protocol powering your wallet.