Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fmrsabino authored Aug 23, 2017
1 parent 75c32da commit e65f3d9
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# gnosis-android
# gnosis-authenticator-android

Under development: When building the application, target a test environment (eg.: TestRPC)

The QRCode scanning is done using the [ZXing Project](https://github.com/zxing/zxing).

It scans the transaction details written in the [ERC67](https://github.com/ethereum/EIPs/issues/67) format:
```
ethereum:<address>[?value=<value>][?gas=<suggestedGas>][?data=<bytecode>]
```

A default account is created per installation.

As an example:

![alt text](https://i.imgur.com/D5sG8QH.png)

This QRCode represents the following transaction:
```
ethereum:0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7?gas=100000?data=0xa9059cbb00000000000000000000000000000000000000000000000000000000deadbeef0000000000000000000000000000000000000000000000000000000000000005
```

The 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:
```
INFURA_API_KEY = "<YOUR_API_KEY>"
Expand Down

0 comments on commit e65f3d9

Please sign in to comment.