[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-81475":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":11,"contributorsCount":11,"subscribersCount":11,"size":11,"stars1d":11,"stars7d":11,"stars30d":11,"stars90d":11,"forks30d":11,"starsTrendScore":11,"compositeScore":13,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":14,"fork":14,"defaultBranch":15,"hasWiki":16,"hasPages":14,"topics":17,"createdAt":8,"pushedAt":8,"updatedAt":18,"readmeContent":19,"aiSummary":20,"trendingCount":11,"starSnapshotCount":11,"syncStatus":21,"lastSyncTime":22,"discoverSource":23},81475,"1024-wallet","1024-foundation\u002F1024-wallet","1024-foundation",null,"TypeScript",11,0,30,34,false,"main",true,[],"2026-06-12 04:01:34","\u003Cdiv align=\"center\">\n  \u003Cimg src=\"logo.png\" alt=\"1024 Wallet\" width=\"120\" \u002F>\n\n  \u003Ch1>1024 Wallet\u003C\u002Fh1>\n\n  \u003Cp>\n    A modern, open-source, multi-chain crypto wallet built with React Native.\n  \u003C\u002Fp>\n\n  \u003Cp>\n    \u003Ca href=\"https:\u002F\u002F1024wallet.com\">Website\u003C\u002Fa> ·\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002F1024-foundation\u002F1024-wallet\u002Freleases\">Releases\u003C\u002Fa> ·\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002F1024-foundation\u002F1024-wallet\u002Fissues\">Issues\u003C\u002Fa>\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n\n---\n\n## Download\n\n> [!WARNING]\n> Pre-release builds. These are **debug \u002F test builds** intended for development and early preview. Do **not** store significant funds on them.\n\n| Platform | Build | Link |\n| --- | --- | --- |\n| Android | Debug APK | [Latest Release](https:\u002F\u002Fgithub.com\u002F1024-foundation\u002F1024-wallet\u002Freleases\u002Flatest) |\n| iOS | TestFlight | _Coming soon — see [iOS Beta Access](#ios-beta-access) below_ |\n\n### Android — install the APK\n\n1. Download `1024Wallet-android-debug-v*.apk` from the [Releases page](https:\u002F\u002Fgithub.com\u002F1024-foundation\u002F1024-wallet\u002Freleases\u002Flatest).\n2. On your Android phone, open **Settings → Security → Install unknown apps** and allow your browser \u002F file manager to install apps.\n3. Tap the downloaded APK to install.\n\n> 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.\n\n### iOS Beta Access\n\niOS 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\u002FiOS_TESTFLIGHT.md`](docs\u002FiOS_TESTFLIGHT.md) for the maintainer release process.\n\n---\n\n## Project Structure\n\n```\n1024Wallet\u002F\n├── android\u002F        # Native Android project\n├── ios\u002F            # Native iOS project\n├── src\u002F            # React Native app source\n├── website\u002F        # Astro landing page (deployed to Vercel)\n├── docs\u002F           # Documentation\n└── App.tsx         # App entry component\n```\n\n## Development\n\n### Prerequisites\n\n- Node.js `>=20` (see `.nvmrc`)\n- Yarn `1.22.x`\n- For iOS: Xcode 15+, CocoaPods, Ruby (via `bundle install`)\n- For Android: Android Studio with SDK 35, JDK 17\n\n### Setup\n\n```sh\nyarn install\nyarn pod:install\n```\n\n### Run\n\n```sh\nyarn start              # Start Metro\nyarn ios                # Run on iOS Simulator\nyarn android            # Run on Android Emulator \u002F device\n```\n\n### Test & Quality\n\n```sh\nyarn test               # Jest unit tests\nyarn typecheck          # TypeScript type-check\nyarn lint               # ESLint\nyarn format             # Prettier\n```\n\n## Building Release Artifacts\n\n### Android (Debug APK)\n\n```sh\ncd android\n.\u002Fgradlew assembleDebug\n# Output: android\u002Fapp\u002Fbuild\u002Foutputs\u002Fapk\u002Fdebug\u002Fapp-debug.apk\n```\n\n### Android (Release APK — requires release keystore)\n\n```sh\ncd android\n.\u002Fgradlew assembleRelease\n# Output: android\u002Fapp\u002Fbuild\u002Foutputs\u002Fapk\u002Frelease\u002Fapp-release.apk\n```\n\n### iOS (Archive for TestFlight)\n\nSee [`docs\u002FiOS_TESTFLIGHT.md`](docs\u002FiOS_TESTFLIGHT.md) for the full TestFlight upload guide.\n\n## Landing Page\n\nThe marketing site lives in [`website\u002F`](website\u002F) and is deployed to **Vercel**. See [`website\u002FREADME.md`](website\u002FREADME.md) for details.\n\n## License\n\n[MIT](LICENSE) © 1024 Foundation\n","1024 Wallet 是一个现代化的开源多链加密钱包，使用React Native构建。其核心功能包括支持多种区块链网络，提供安全便捷的加密资产管理方式。技术上采用TypeScript编写，并且项目结构清晰，便于开发者维护和扩展。目前提供了Android平台的调试版本APK下载以及即将推出的iOS TestFlight测试版，适合对新钱包技术感兴趣的开发者进行研究、测试或作为学习React Native开发的参考案例。需要注意的是，当前发布的均为测试构建，不建议用于存储重要资金。",2,"2026-06-11 04:05:13","CREATED_QUERY"]