{"id":25267420,"url":"https://github.com/novasamatech/nova-wallet-android","last_synced_at":"2025-04-06T04:08:19.180Z","repository":{"id":172948342,"uuid":"415834480","full_name":"novasamatech/nova-wallet-android","owner":"novasamatech","description":"Nova Wallet Android is a next gen application for Polkadot \u0026 Kusama ecosystem, transparent \u0026 community-oriented, focused on convenient UX/UI, fast performance \u0026 security.","archived":false,"fork":false,"pushed_at":"2025-03-28T15:31:35.000Z","size":112236,"stargazers_count":61,"open_issues_count":17,"forks_count":37,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-03-29T12:12:16.031Z","etag":null,"topics":["blockchain","cryptocurrency","dapps","defi","nft","polkadot","self-custody","staking","substrate"],"latest_commit_sha":null,"homepage":"https://novawallet.io","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/novasamatech.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}},"created_at":"2021-10-11T08:08:45.000Z","updated_at":"2025-03-29T08:37:26.000Z","dependencies_parsed_at":"2023-09-24T23:58:03.061Z","dependency_job_id":"77789d6f-2adc-4aa8-8210-032052fae0af","html_url":"https://github.com/novasamatech/nova-wallet-android","commit_stats":null,"previous_names":["novasamatech/nova-wallet-android"],"tags_count":95,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novasamatech%2Fnova-wallet-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novasamatech%2Fnova-wallet-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novasamatech%2Fnova-wallet-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novasamatech%2Fnova-wallet-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/novasamatech","download_url":"https://codeload.github.com/novasamatech/nova-wallet-android/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430869,"owners_count":20937874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["blockchain","cryptocurrency","dapps","defi","nft","polkadot","self-custody","staking","substrate"],"created_at":"2025-02-12T09:36:25.364Z","updated_at":"2025-04-06T04:08:19.105Z","avatar_url":"https://github.com/novasamatech.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Nova Wallet Android - Next get mobile app for Polkadot \u0026 Kusama ecosystem\n\n[![](https://img.shields.io/twitter/follow/NovaWalletApp?label=Follow\u0026style=social)](https://twitter.com/NovaWalletApp)\n\n![logo](/docs/Nova_GitHub.png)\n\n## About\nNext gen application for Polkadot \u0026 Kusama ecosystem, transparent \u0026 community-oriented, focused on convenient UX/UI, fast performance \u0026 security.\nNova Wallet aims to provide as many Polkadot ecosystem features as possible in a form of mobile app, unbiased to any network \u0026 without any restrictions/limits to the users.\nDeveloped by the former Fearless Wallet team \u0026 based on open-source work under Apache 2.0 license.\n\n### Build instructions\n\n#### Clone repo\n\n```\ngit clone git@github.com:novasamatech/nova-wallet-android.git\n```\n\n#### Install NDK\n\nInstal NDK version `26.1.10909125` from SDK Manager by going to Tools -\u003e SDK Mmanager -\u003e Sdk Tools -\u003e NDK (Side by Side)\n\n#### Instal Rust\n\nInstall Rust by following [official instruction](https://www.rust-lang.org/tools/install). Use \"Using rustup\" option. On MacOS you can also install rust with [brew](https://formulae.brew.sh/formula/rust)\n\nRun the following commands to add Android build targets to rustup:\n\n```\nrustup target add armv7-linux-androideabi\nrustup target add i686-linux-android\nrustup target add x86_64-linux-android\nrustup target add aarch64-linux-android\n```\n\n#### Update local.properties\n\nAdd the following lines to your local.properties\n\n```\nACALA_PROD_AUTH_TOKEN=mock\nACALA_TEST_AUTH_TOKEN=mock\nCI_KEYSTORE_KEY_ALIAS=mock\nCI_KEYSTORE_KEY_PASS=mock\nCI_KEYSTORE_PASS=mock\nDEBUG_GOOGLE_OAUTH_ID=mock\nRELEASE_GOOGLE_OAUTH_ID=mock\nDWELLIR_API_KEY=mock\nEHTERSCAN_API_KEY_ETHEREUM=mock\nEHTERSCAN_API_KEY_MOONBEAM=mock\nEHTERSCAN_API_KEY_MOONRIVER=mock\nINFURA_API_KEY=mock\nMERCURYO_PRODUCTION_SECRET=mock\nMERCURYO_TEST_SECRET=mock\nMOONBEAM_PROD_AUTH_TOKEN=mock\nMOONBEAM_TEST_AUTH_TOKEN=mock\nMOONPAY_PRODUCTION_SECRET=mock\nMOONPAY_TEST_SECRET=mock\nWALLET_CONNECT_PROJECT_ID=mock\n```\nNote, that Firebase and Google related features (Notifications, Cloud Backups) wont work properly with this setup.\n\nIf you face `Secret X is not found` error, it means that README is not up-to-date. Add `X=mock` line to local.properties as well\n\n#### Setup build type\n\nIn Nova Wallet, `debug` build type use fixed key, not publickly shared keystore to fix fingerprint to make Google-related features work\nTo use your local debug keystore switch to `debugLocal` build type.\n\n## License\nNova Wallet Android is available under the Apache 2.0 license. See the LICENSE file for more info.\n© Novasama Technologies GmbH 2023\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovasamatech%2Fnova-wallet-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovasamatech%2Fnova-wallet-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovasamatech%2Fnova-wallet-android/lists"}