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
- Now clone this repo and then install all our dependencies
23
23
@@ -26,7 +26,7 @@ cd MetaMask
26
26
npm i
27
27
```
28
28
29
-
- Running the app on Android:
29
+
- Running the app on Android:
30
30
31
31
```bash
32
32
npm run start:android
@@ -39,24 +39,29 @@ npm run start:ios
39
39
```
40
40
41
41
### Running tests:
42
-
- Unit test:
42
+
- Unit test:
43
43
```
44
44
npm run test:unit
45
-
```
45
+
```
46
46
- E2E Tests (iOS)
47
47
```
48
48
npm run test:e2e:ios
49
-
```
49
+
```
50
50
- E2E Tests (Android)
51
51
```
52
52
npm run test:e2e:android
53
-
```
53
+
```
54
54
55
-
56
-
### Troubleshooting
55
+
### Troubleshooting
57
56
58
57
Visit [Troubleshooting for React Native](https://facebook.github.io/react-native/docs/troubleshooting#content)
59
-
58
+
60
59
## License
61
60
62
-
To be defined...
61
+
MetaMask Mobile is an exciting development for our team and our ecosystem. We've always been proud to offer the MetaMask browser extension under the MIT open source software license. We are still working through licensing considerations for the mobile application in light of a new delivery medium and our business goals. We are exploring many models, all with a significant open component, but we have not made any final decisions.
62
+
63
+
The source code for this beta is currently viewable under the below copyright. A license to use the mobile version will be distributed along with the mobile application. We believe it is important for our users to be able inspect and verify our code for trustworthiness, but we also wish to preserve our licensing options until we're certain what is best for MetaMask, our community, and our ecosystem. If you have any questions or comments, we would really appreciate hearing your feedback – you can reach us at [email protected]
You are granted a limited non-exclusive license to inspect and study the code in this repository. There is no associated right to reproduction granted under this license except where reproduction is necessary for inspection and study of the code. You may not otherwise reproduce, distribute, modify or create derivative works of the code without our prior consent. All other rights are expressly reserved.
0 commit comments