{"id":18263332,"url":"https://github.com/safe-global/safe-android","last_synced_at":"2025-08-28T09:08:50.635Z","repository":{"id":37805700,"uuid":"96440096","full_name":"safe-global/safe-android","owner":"safe-global","description":"🔐 App to manage and interact with Safe","archived":false,"fork":false,"pushed_at":"2024-04-09T10:14:44.000Z","size":15130,"stargazers_count":84,"open_issues_count":100,"forks_count":35,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-09T12:01:12.401Z","etag":null,"topics":["ethereum","kotlin-android","multisig"],"latest_commit_sha":null,"homepage":"https://safe.global","language":"Kotlin","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/safe-global.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-07-06T14:37:24.000Z","updated_at":"2024-04-15T14:56:40.852Z","dependencies_parsed_at":"2024-04-15T14:56:31.075Z","dependency_job_id":null,"html_url":"https://github.com/safe-global/safe-android","commit_stats":null,"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/safe-global/safe-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/safe-global%2Fsafe-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/safe-global%2Fsafe-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/safe-global%2Fsafe-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/safe-global%2Fsafe-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/safe-global","download_url":"https://codeload.github.com/safe-global/safe-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/safe-global%2Fsafe-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272475106,"owners_count":24940687,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ethereum","kotlin-android","multisig"],"created_at":"2024-11-05T11:10:51.309Z","updated_at":"2025-08-28T09:08:50.583Z","avatar_url":"https://github.com/safe-global.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Safe Android App \n\n[//]: # (unkomment after test report is working)\n[//]: # ([![codecov]\u0026#40;https://codecov.io/gh/safe-global/safe-android/branch/master/graph/badge.svg\u0026#41;]\u0026#40;https://codecov.io/gh/safe-global/safe-android\u0026#41;)\n\n## Goal\nThe Safe aims to provide all users with a convenient, yet secure way to manage their funds and interact with decentralized applications on Ethereum. \nTransactions are secured by on-chain multi-factor-authentication. This is achieved by using the [Safe smart contracts](https://github.com/safe-global/safe-contracts). They are the successor of the broadly trusted [Gnosis Multisig Wallet smart contracts](https://github.com/gnosis/MultiSigWallet)).\n\n## Setup\n\n### Infura\nThe Json RPC depends on [Infura](https://infura.io/). You need to get an API key and create a file named `project_keys` with the following contents:\n```\nINFURA_API_KEY=\u003cYOUR_PROJECT_ID\u003e\n```\n\nReplace `\u003cYOUR_PROJECT_ID\u003e` with the `project id` that you get from Infura. You can find this `project id` at `Projects -\u003e Settings -\u003e Keys -\u003e PROJECT ID` on the Infura Website.\n\n### Firebase\nThe Safe Android App uses Firebase and your build will fail if you don't have the `google-services.json` file.\nTo get this file, you need to create a Firebase project at \u003chttps://console.firebase.google.com/\u003e and add at least one Android application.\nIf you didn't change the applicationId in `app/build.gradle` you need to create an app with the package name `io.gnosis.safe.debug` to be able to build a debug app. You can find the latest `google-services.json` file in the `Project Settings` -\u003e `General`\n\nAfter downloading the file, copy it to the `app` module folder.\n\n### Contribute\nYou can contribute to this repo by creating a Pull Request or an issue. Please follow the default template set for the Pull Requests.\n\n#### Code Style\nMake sure that you apply the [Kotlin coding conventions](https://kotlinlang.org/docs/reference/coding-conventions.html) and use the [style schema](heimdall-style.xml) in this repo with Android Studio.\n\nAlso always add newlines at the end of files. This can be enforced by Android Studio. For this enable `Editor -\u003e General -\u003e Ensure line feed … (Under the “Others” section)`.\n\n### CI Setup\n\nTravis is used for continuous integration. It requires the `google-services.json` and `debug-upload.jks`. These need to be encrypted into a single file using the travis cli.\n\n```\ntar cvf secrets.tar gnosis-upload.jks app/google-services.json app/src/rinkeby/google-services.json app/src/release/google-services.json\ntravis encrypt-file secrets.tar\n```\n\n### Release Process\n\nSee our [Release steps](docs/RELEASE.md) on how to prepare a release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafe-global%2Fsafe-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsafe-global%2Fsafe-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafe-global%2Fsafe-android/lists"}