{"id":20226276,"url":"https://github.com/zilpay/zilpay-mobile","last_synced_at":"2026-01-16T20:30:30.834Z","repository":{"id":50304524,"uuid":"284615402","full_name":"zilpay/zilpay-mobile","owner":"zilpay","description":"Quantum-resistant, multi-currency decentralized EVM wallet. Create and interact with decentralized applications across multiple blockchains with industry-leading security powered by advanced cryptographic primitives.","archived":false,"fork":false,"pushed_at":"2026-01-10T12:08:00.000Z","size":137340,"stargazers_count":12,"open_issues_count":7,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T00:54:36.523Z","etag":null,"topics":["crpyotcurrency","ethereum","flutter","keychain","keys","rust","wallet","zilliqa"],"latest_commit_sha":null,"homepage":"https://zilpay.io/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zilpay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-03T05:53:57.000Z","updated_at":"2026-01-10T12:08:04.000Z","dependencies_parsed_at":"2024-09-15T09:49:39.967Z","dependency_job_id":"514ff7e2-195c-490a-836c-996638e570c7","html_url":"https://github.com/zilpay/zilpay-mobile","commit_stats":null,"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"purl":"pkg:github/zilpay/zilpay-mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilpay%2Fzilpay-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilpay%2Fzilpay-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilpay%2Fzilpay-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilpay%2Fzilpay-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zilpay","download_url":"https://codeload.github.com/zilpay/zilpay-mobile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilpay%2Fzilpay-mobile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crpyotcurrency","ethereum","flutter","keychain","keys","rust","wallet","zilliqa"],"created_at":"2024-11-14T07:17:01.915Z","updated_at":"2026-01-16T20:30:30.807Z","avatar_url":"https://github.com/zilpay.png","language":"Dart","funding_links":[],"categories":["Flutter"],"sub_categories":["Flutter Wallet"],"readme":"# ZilPay Mobile Wallet\n\nZilPay is a quantum-resistant, multi-currency decentralized wallet. Create and interact with decentralized applications across multiple blockchains with industry-leading security powered by advanced cryptographic primitives.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://zilpay.io\"\u003e\u003cimg src=\"https://github.com/zilpay/zilpay-mobile/blob/master/imgs/preview.png\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- **Multi-Currency Support**: Manage multiple cryptocurrencies in one secure wallet\n- **Quantum-Resistant Security**: Implemented with post-quantum cryptographic algorithms\n- **Native Performance**: Core functionality written in Rust for optimal speed and security\n- **Modern UI/UX**: Built with Flutter for a smooth, responsive experience across platforms\n- **Decentralized App Browser**: Interact with dApps directly through the wallet interface\n- **Open Source**: Fully transparent codebase\n\n## Cryptographic Foundations\n\nZilPay employs a comprehensive set of cryptographic primitives to ensure maximum security:\n\n- **NTRU Prime**: Post-quantum cryptography for future-proof security\n- **Cyber**: Advanced cryptographic library for blockchain operations\n- **AES**: Industry-standard symmetric encryption\n- **Kuznechik**: GOST R 34.12-2015 encryption algorithm\n- **Argon2**: Secure key derivation and password hashing\n\n## Technology Stack\n\n- **Frontend**: Flutter/Dart\n- **Core Logic**: Rust\n- **Blockchain Integration**: Native rust implementations\n\n## For Developers\n\n- [ZilPay full documentation](https://zilpay.github.io/zilpay-docs/)\n- [Guide: Build your dApp with ZilPay](https://medium.com/coinmonks/test-and-develop-dapps-on-zilliqa-with-zilpay-52b165f118bf?source=friends_link\u0026sk=2a60070ddac60677ec36b1234c60222a)\n- [Zilliqa dApps examples](https://github.com/lich666dead/zilliqa-dApps)\n\n## Getting Started\n\nClone the repository:\n```bash\n$ git clone https://github.com/zilpay/zilpay-mobile.git\n$ cd zilpay-mobile\n```\n\n### Prerequisites\n- Flutter SDK\n- Rust toolchain\n- Android SDK or Xcode (for iOS)\n\n### Install Dependencies\n\n```bash\n$ flutter pub get\n$ cargo build\n```\n\n### Run Development Build\n\n```bash\n# Run on iOS simulator\n$ flutter run -d ios\n\n# Run on Android emulator\n$ flutter run -d android\n\n# Run on connected device\n$ flutter run -d device\n```\n\n### Testing\n\n#### Running Integration Tests\n\nIntegration tests ensure that your app works correctly end-to-end, including Rust and Flutter components:\n\n```bash\n# Run with specific test\n$ flutter drive --driver=test_driver/integration_test.dart --target=integration_test/main.dart\n\n# Run all tests in integration_test directory\n$ flutter drive --driver=test_driver/integration_test.dart --target=integration_test\n```\n\nMake sure your Rust library is compiled before running the tests:\n\n```bash\n$ cd rust\n$ cargo build --release\n```\n\n#### Unit Tests\n\nFor running Flutter unit tests:\n\n```bash\n$ flutter test\n```\n\nFor running Rust unit tests:\n\n```bash\n$ cd rust\n$ cargo test\n```\n\n### Build Release Version\n\n```bash\n# iOS\n$ flutter build ios --release\n\n# Android\n$ flutter build appbundle\n```\n\n## Author\n\n* **Rinat** - *Initial work* - [hicaru](https://github.com/hicaru)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzilpay%2Fzilpay-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzilpay%2Fzilpay-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzilpay%2Fzilpay-mobile/lists"}