Use this prompt to get started quickly.
Prerequisites
- React Native 0.74+ with the New Architecture enabled
- iOS 13+ / Android API 24+
- For Expo: a development build (Expo Go is not supported)
Getting started
1
Install the SDK
- Expo
- Bare React Native
app.json:If you use pnpm v10+, run
pnpm approve-builds and select @secondts/bark-react-native to allow the postinstall script.2
Create a wallet
Generate a BIP39 mnemonic, configure the wallet for signet, and initialize it.
- Expo
- Bare React Native
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 React Native source and example projects on GitLab.
How Ark works
Learn about the protocol powering your wallet.