-
Notifications
You must be signed in to change notification settings - Fork 24
/
hardware_support.json
106 lines (106 loc) · 2.54 KB
/
hardware_support.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
{
"hardware": {
"name": "iPhone XS",
"uri": "https://support.apple.com/kb/SP779"
},
"software": [
{
"wallet": {
"name": "Muun",
"uri": "https://muun.com/"
},
"scans": "yes",
"description": "Works perfectly.",
"credit": {
"name": "@sbddesign",
"uri": "https://github.com/sbddesign"
}
},
{
"wallet": {
"name": "Phoenix",
"uri": "https://phoenix.acinq.co/"
},
"scans": "yes",
"description": "Works perfectly.",
"credit": {
"name": "@sbddesign",
"uri": "https://github.com/sbddesign"
}
},
{
"wallet": {
"name": "Zeus",
"uri": "https://zeusln.app/"
},
"scans": "yes",
"description": "Works perfectly.",
"credit": {
"name": "@sbddesign",
"uri": "https://github.com/sbddesign"
}
}
]
},
{
"hardware": {
"name": "Samsung Galaxy A12",
"uri": "https://www.samsung.com/us/mobile/phones/galaxy-a/galaxy-a12-unlocked-sm-a125uzkdxaa/"
},
"software": [
{
"wallet": {
"name": "Muun",
"uri": "https://muun.com/"
},
"scans": "yes",
"description": "Works very good. It is capable of reading the QR from a surprising distance. If the QR takes up a quarter to a half the width of the screen, it will take a second to refocus and then scan. The closer the QR is to the camera, the faster it works.",
"credit": {
"name": "@sbddesign",
"uri": "https://github.com/sbddesign"
}
}
]
},
{
"hardware": {
"name": "iPhone 11",
"uri": "https://www.apple.com/uk/shop/buy-iphone/iphone-11"
},
"software": [
{
"wallet": {
"name": "Phoenix",
"uri": "https://phoenix.acinq.co"
},
"scans": "yes",
"description": "Works very good",
"credit": {
"name": "@ConorOkus",
"uri": "https://github.com/conorokus"
}
}
]
},
{
"hardware": {
"name": "iPhone 8",
"uri": "https://support.apple.com/kb/SP767"
},
"software": [
{
"wallet": {
"name": "BlueWallet",
"uri": "https://bluewallet.io/"
},
"scans": "yes",
"description": "Scans well.",
"credit": {
"name": "@pavlenex",
"uri": "https://github.com/pavlenex"
}
}
]
}
]