Skip to content

1024-foundation/1024-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1024 Wallet

1024 Wallet

A modern, open-source, multi-chain crypto wallet built with React Native.

Website · Releases · Issues


Download

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

Android — install the APK

  1. Download 1024Wallet-android-debug-v*.apk from the Releases page.
  2. On your Android phone, open Settings → Security → Install unknown apps and allow your browser / file manager to install apps.
  3. 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 Beta Access

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.


Project Structure

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

Development

Prerequisites

  • 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

Setup

yarn install
yarn pod:install

Run

yarn start              # Start Metro
yarn ios                # Run on iOS Simulator
yarn android            # Run on Android Emulator / device

Test & Quality

yarn test               # Jest unit tests
yarn typecheck          # TypeScript type-check
yarn lint               # ESLint
yarn format             # Prettier

Building Release Artifacts

Android (Debug APK)

cd android
./gradlew assembleDebug
# Output: android/app/build/outputs/apk/debug/app-debug.apk

Android (Release APK — requires release keystore)

cd android
./gradlew assembleRelease
# Output: android/app/build/outputs/apk/release/app-release.apk

iOS (Archive for TestFlight)

See docs/iOS_TESTFLIGHT.md for the full TestFlight upload guide.

Landing Page

The marketing site lives in website/ and is deployed to Vercel. See website/README.md for details.

License

MIT © 1024 Foundation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors