You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,21 @@
1
+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
+
**Table of Contents***generated with [DocToc](https://github.com/thlorenz/doctoc)*
4
+
5
+
-[Design Decisions](#design-decisions)
6
+
-[Core features:](#core-features)
7
+
-[FAQ](#faq)
8
+
9
+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
10
+
1
11
## Design Decisions
2
12
3
13
- Functionality was focused on serializing and **signing transactions locally** on the device to **send raw transactions** to the Ethereum network
4
14
-**Requirements for password input** on every transaction are indeed a design decision. Interface designers can save user passwords with the user's consent
5
15
- Public function for **private key export** is exposed for user convenience but marked as `UNSAFE_`. Typical workflow takes care of EIP155 compatibility and proper clearing of private key data from memory
6
16
7
17
8
-
###Core features:
18
+
## Core features:
9
19
10
20
-[x] Swift implementation of [web3.js](https://github.com/ethereum/web3.js/) functionality :zap:
11
21
-[x] Interaction with remote node via **JSON RPC**:thought_balloon:
0 commit comments