Skip to content

liliya-soroka/safe-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fcb87c4 · Apr 3, 2020
Jan 7, 2020
Sep 11, 2018
Apr 3, 2020
Apr 3, 2020
Apr 3, 2020
Apr 3, 2020
Apr 3, 2020
Jul 4, 2019
Apr 3, 2020
Apr 3, 2020
Jan 7, 2020
Feb 28, 2018
Apr 3, 2020
Apr 3, 2020
Sep 1, 2017
Jan 26, 2019
Jul 4, 2017
Jul 4, 2017
Apr 9, 2018
Dec 11, 2017
Apr 3, 2020

Repository files navigation

Gnosis Safe Android App Build Status

Goal

The Gnosis Safe aims to provide all users with a convenient, yet secure way to manage their funds and interact with decentralized applications on Ethereum. Transactions are secured by on-chain multi-factor-authentication. This is achieved by using the Gnosis Safe smart contracts. They are the successor of the broadly trusted Gnosis Multisig Wallet smart contracts).

Setup

Infura

The Json RPC depends on Infura. You need to get an API key and create a file named project_keys with the following contents:

INFURA_API_KEY=<YOUR_API_KEY>

Replace <YOUR_API_KEY> with the key that you get from Infura.

Firebase

The Gnosis Safe Android App uses Firebase and your build will fail if you don't have the google-services.json file.

This file can be found in the Settings page of the Firebase project.

After getting access to the file, move it to the app module.

Contribute

You can contribute to this repo by creating a Pull Request or an issue. Please follow the default template set for the Pull Requests.

Code Style

Make sure that you apply the Kotlin coding conventions and use the style schema in this repo with Android Studio.

Also always add newlines at the end of files. This can be enforced by Android Studio. For this enable Editor -> General -> Ensure line feed … (Under the “Others” section).

CI Setup

Travis 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.

tar cvf secrets.tar gnosis-upload.jks app/google-services.json app/src/rinkeby/google-services.json app/src/release/google-services.json
travis encrypt-file secrets.tar

Release Process

See our Release steps on how to prepare a release.

About

🔐 App to manage and interact with the Gnosis Safe

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 99.0%
  • Shell 1.0%