Warning
Pre-release builds. These are debug / test builds intended for development and early preview. Do not store significant funds on them.
| Platform | Build | Link |
|---|---|---|
| Android | Debug APK | Latest Release |
| iOS | TestFlight | Coming soon — see iOS Beta Access below |
- Download
1024Wallet-android-debug-v*.apkfrom the Releases page. - On your Android phone, open Settings → Security → Install unknown apps and allow your browser / file manager to install apps.
- Tap the downloaded APK to install.
The debug APK is signed with the React Native default debug keystore. It is not the same signature as a future Play Store release — you will need to uninstall the debug build before installing a production build.
iOS distribution requires an Apple Developer account and goes through TestFlight. We will publish a public TestFlight link here once the first beta is available. See docs/iOS_TESTFLIGHT.md for the maintainer release process.
1024Wallet/
├── android/ # Native Android project
├── ios/ # Native iOS project
├── src/ # React Native app source
├── website/ # Astro landing page (deployed to Vercel)
├── docs/ # Documentation
└── App.tsx # App entry component
- Node.js
>=20(see.nvmrc) - Yarn
1.22.x - For iOS: Xcode 15+, CocoaPods, Ruby (via
bundle install) - For Android: Android Studio with SDK 35, JDK 17
yarn install
yarn pod:installyarn start # Start Metro
yarn ios # Run on iOS Simulator
yarn android # Run on Android Emulator / deviceyarn test # Jest unit tests
yarn typecheck # TypeScript type-check
yarn lint # ESLint
yarn format # Prettiercd android
./gradlew assembleDebug
# Output: android/app/build/outputs/apk/debug/app-debug.apkcd android
./gradlew assembleRelease
# Output: android/app/build/outputs/apk/release/app-release.apkSee docs/iOS_TESTFLIGHT.md for the full TestFlight upload guide.
The marketing site lives in website/ and is deployed to Vercel. See website/README.md for details.
MIT © 1024 Foundation
