Giter Club home page Giter Club logo

heimdall-android's Introduction

Heimdall Android

WARNING: Under development. Don't use the application with real funds! Application right now targets the Rinkeby test network. Switching to mainnet (or any other ethereum network) can be done by the user but it's its responsibility in doing so.

Goal

The goal of this project is to provide a 2FA-enabled Ethereum Wallet. This can be achieved by using the new Gnosis Safe (the new version of our Multisig Wallet).

You can add multiple devices to the safe and secure your wallet by requiring a set of devices to confirm each transaction. Depending on you security setting and number of devices you can still access your funds even if you loose access to a device.

Deploying and interacting with your Gnosis Safe will also be much cheaper than with our Multisig Wallet.

Roadmap

Current Features

  • Deploying and Restoring Safes
  • Creating and restoring account access (via mnemonic phrase)
  • Transfer funds (ether or tokens)
  • Address Book (so you don't need to memorize all addresses)
  • Manage Tokens - verify token addresses that you trust so you can access their information easily
  • Mnemonic reveal for active account
  • Fiat prices for transaction costs (USD)
  • Fingerprint support
  • Add/Remove owner from deployed safes

To be added

  • Trezor support
  • Transaction scanning with QRCode
  • Integration with external protocols/apps for signing

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.

Fabric

This project is integrated with Fabric by default so you need to create a file named fabric.properties inside the app module with the following contents:

apiSecret=<YOUR_FABRIC_API_SECRET>
apiKey=<YOUR_FABRIC_API_KEY>

Replace each field with the respective information (found in Fabric).

If you don't want to setup Fabric for this project you can follow the steps present in this page to disable the integration. We will improve this integration in the future so it can be easily enabled/disabled

Firebase

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

Make sure that you apply the Kotlin coding conventions.

heimdall-android's People

Contributors

fmrsabino avatar rmeissner avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.