@ledgerhq/live-cli 21.32.2-nightly.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/README.md +520 -0
  2. package/bin/index.js +2 -0
  3. package/lib/cli.d.ts +2 -0
  4. package/lib/cli.d.ts.map +1 -0
  5. package/lib/cli.js +137 -0
  6. package/lib/cli.js.map +1 -0
  7. package/lib/commands/app.d.ts +45 -0
  8. package/lib/commands/app.d.ts.map +1 -0
  9. package/lib/commands/app.js +131 -0
  10. package/lib/commands/app.js.map +1 -0
  11. package/lib/commands/appUninstallAll.d.ts +15 -0
  12. package/lib/commands/appUninstallAll.d.ts.map +1 -0
  13. package/lib/commands/appUninstallAll.js +31 -0
  14. package/lib/commands/appUninstallAll.js.map +1 -0
  15. package/lib/commands/appsCheckAllAppVersions.d.ts +20 -0
  16. package/lib/commands/appsCheckAllAppVersions.d.ts.map +1 -0
  17. package/lib/commands/appsCheckAllAppVersions.js +484 -0
  18. package/lib/commands/appsCheckAllAppVersions.js.map +1 -0
  19. package/lib/commands/appsInstallAll.d.ts +15 -0
  20. package/lib/commands/appsInstallAll.d.ts.map +1 -0
  21. package/lib/commands/appsInstallAll.js +34 -0
  22. package/lib/commands/appsInstallAll.js.map +1 -0
  23. package/lib/commands/appsUpdateTestAll.d.ts +20 -0
  24. package/lib/commands/appsUpdateTestAll.d.ts.map +1 -0
  25. package/lib/commands/appsUpdateTestAll.js +101 -0
  26. package/lib/commands/appsUpdateTestAll.js.map +1 -0
  27. package/lib/commands/balanceHistory.d.ts +50 -0
  28. package/lib/commands/balanceHistory.d.ts.map +1 -0
  29. package/lib/commands/balanceHistory.js +110 -0
  30. package/lib/commands/balanceHistory.js.map +1 -0
  31. package/lib/commands/bot.d.ts +12 -0
  32. package/lib/commands/bot.d.ts.map +1 -0
  33. package/lib/commands/bot.js +33 -0
  34. package/lib/commands/bot.js.map +1 -0
  35. package/lib/commands/botPortfolio.d.ts +15 -0
  36. package/lib/commands/botPortfolio.d.ts.map +1 -0
  37. package/lib/commands/botPortfolio.js +41 -0
  38. package/lib/commands/botPortfolio.js.map +1 -0
  39. package/lib/commands/botTransfer.d.ts +7 -0
  40. package/lib/commands/botTransfer.d.ts.map +1 -0
  41. package/lib/commands/botTransfer.js +376 -0
  42. package/lib/commands/botTransfer.js.map +1 -0
  43. package/lib/commands/broadcast.d.ts +42 -0
  44. package/lib/commands/broadcast.d.ts.map +1 -0
  45. package/lib/commands/broadcast.js +48 -0
  46. package/lib/commands/broadcast.js.map +1 -0
  47. package/lib/commands/cleanSpeculos.d.ts +7 -0
  48. package/lib/commands/cleanSpeculos.d.ts.map +1 -0
  49. package/lib/commands/cleanSpeculos.js +20 -0
  50. package/lib/commands/cleanSpeculos.js.map +1 -0
  51. package/lib/commands/countervalues.d.ts +84 -0
  52. package/lib/commands/countervalues.d.ts.map +1 -0
  53. package/lib/commands/countervalues.js +302 -0
  54. package/lib/commands/countervalues.js.map +1 -0
  55. package/lib/commands/derivation.d.ts +6 -0
  56. package/lib/commands/derivation.d.ts.map +1 -0
  57. package/lib/commands/derivation.js +44 -0
  58. package/lib/commands/derivation.js.map +1 -0
  59. package/lib/commands/devDeviceAppsScenario.d.ts +24 -0
  60. package/lib/commands/devDeviceAppsScenario.d.ts.map +1 -0
  61. package/lib/commands/devDeviceAppsScenario.js +97 -0
  62. package/lib/commands/devDeviceAppsScenario.js.map +1 -0
  63. package/lib/commands/deviceAppVersion.d.ts +19 -0
  64. package/lib/commands/deviceAppVersion.d.ts.map +1 -0
  65. package/lib/commands/deviceAppVersion.js +17 -0
  66. package/lib/commands/deviceAppVersion.js.map +1 -0
  67. package/lib/commands/deviceInfo.d.ts +14 -0
  68. package/lib/commands/deviceInfo.d.ts.map +1 -0
  69. package/lib/commands/deviceInfo.js +17 -0
  70. package/lib/commands/deviceInfo.js.map +1 -0
  71. package/lib/commands/deviceVersion.d.ts +14 -0
  72. package/lib/commands/deviceVersion.d.ts.map +1 -0
  73. package/lib/commands/deviceVersion.js +17 -0
  74. package/lib/commands/deviceVersion.js.map +1 -0
  75. package/lib/commands/discoverDevices.d.ts +23 -0
  76. package/lib/commands/discoverDevices.d.ts.map +1 -0
  77. package/lib/commands/discoverDevices.js +86 -0
  78. package/lib/commands/discoverDevices.js.map +1 -0
  79. package/lib/commands/envs.d.ts +7 -0
  80. package/lib/commands/envs.d.ts.map +1 -0
  81. package/lib/commands/envs.js +15 -0
  82. package/lib/commands/envs.js.map +1 -0
  83. package/lib/commands/estimateMaxSpendable.d.ts +41 -0
  84. package/lib/commands/estimateMaxSpendable.d.ts.map +1 -0
  85. package/lib/commands/estimateMaxSpendable.js +65 -0
  86. package/lib/commands/estimateMaxSpendable.js.map +1 -0
  87. package/lib/commands/exportAccounts.d.ts +48 -0
  88. package/lib/commands/exportAccounts.d.ts.map +1 -0
  89. package/lib/commands/exportAccounts.js +69 -0
  90. package/lib/commands/exportAccounts.js.map +1 -0
  91. package/lib/commands/firmwareRepair.d.ts +22 -0
  92. package/lib/commands/firmwareRepair.d.ts.map +1 -0
  93. package/lib/commands/firmwareRepair.js +23 -0
  94. package/lib/commands/firmwareRepair.js.map +1 -0
  95. package/lib/commands/firmwareUpdate.d.ts +26 -0
  96. package/lib/commands/firmwareUpdate.d.ts.map +1 -0
  97. package/lib/commands/firmwareUpdate.js +154 -0
  98. package/lib/commands/firmwareUpdate.js.map +1 -0
  99. package/lib/commands/generateAppJsonFromDataset.d.ts +7 -0
  100. package/lib/commands/generateAppJsonFromDataset.d.ts.map +1 -0
  101. package/lib/commands/generateAppJsonFromDataset.js +212 -0
  102. package/lib/commands/generateAppJsonFromDataset.js.map +1 -0
  103. package/lib/commands/generateTestScanAccounts.d.ts +49 -0
  104. package/lib/commands/generateTestScanAccounts.d.ts.map +1 -0
  105. package/lib/commands/generateTestScanAccounts.js +60 -0
  106. package/lib/commands/generateTestScanAccounts.js.map +1 -0
  107. package/lib/commands/generateTestTransaction.d.ts +44 -0
  108. package/lib/commands/generateTestTransaction.d.ts.map +1 -0
  109. package/lib/commands/generateTestTransaction.js +118 -0
  110. package/lib/commands/generateTestTransaction.js.map +1 -0
  111. package/lib/commands/genuineCheck.d.ts +15 -0
  112. package/lib/commands/genuineCheck.d.ts.map +1 -0
  113. package/lib/commands/genuineCheck.js +22 -0
  114. package/lib/commands/genuineCheck.js.map +1 -0
  115. package/lib/commands/getAddress.d.ts +28 -0
  116. package/lib/commands/getAddress.d.ts.map +1 -0
  117. package/lib/commands/getAddress.js +53 -0
  118. package/lib/commands/getAddress.js.map +1 -0
  119. package/lib/commands/getTransactionStatus.d.ts +52 -0
  120. package/lib/commands/getTransactionStatus.d.ts.map +1 -0
  121. package/lib/commands/getTransactionStatus.js +86 -0
  122. package/lib/commands/getTransactionStatus.js.map +1 -0
  123. package/lib/commands/liveData.d.ts +49 -0
  124. package/lib/commands/liveData.d.ts.map +1 -0
  125. package/lib/commands/liveData.js +82 -0
  126. package/lib/commands/liveData.js.map +1 -0
  127. package/lib/commands/makeCompoundSummary.d.ts +54 -0
  128. package/lib/commands/makeCompoundSummary.d.ts.map +1 -0
  129. package/lib/commands/makeCompoundSummary.js +190 -0
  130. package/lib/commands/makeCompoundSummary.js.map +1 -0
  131. package/lib/commands/managerListApps.d.ts +21 -0
  132. package/lib/commands/managerListApps.d.ts.map +1 -0
  133. package/lib/commands/managerListApps.js +47 -0
  134. package/lib/commands/managerListApps.js.map +1 -0
  135. package/lib/commands/portfolio.d.ts +66 -0
  136. package/lib/commands/portfolio.d.ts.map +1 -0
  137. package/lib/commands/portfolio.js +138 -0
  138. package/lib/commands/portfolio.js.map +1 -0
  139. package/lib/commands/proxy.d.ts +36 -0
  140. package/lib/commands/proxy.d.ts.map +1 -0
  141. package/lib/commands/proxy.js +413 -0
  142. package/lib/commands/proxy.js.map +1 -0
  143. package/lib/commands/receive.d.ts +48 -0
  144. package/lib/commands/receive.d.ts.map +1 -0
  145. package/lib/commands/receive.js +68 -0
  146. package/lib/commands/receive.js.map +1 -0
  147. package/lib/commands/repl.d.ts +22 -0
  148. package/lib/commands/repl.d.ts.map +1 -0
  149. package/lib/commands/repl.js +26 -0
  150. package/lib/commands/repl.js.map +1 -0
  151. package/lib/commands/satstack.d.ts +37 -0
  152. package/lib/commands/satstack.d.ts.map +1 -0
  153. package/lib/commands/satstack.js +110 -0
  154. package/lib/commands/satstack.js.map +1 -0
  155. package/lib/commands/satstackStatus.d.ts +13 -0
  156. package/lib/commands/satstackStatus.d.ts.map +1 -0
  157. package/lib/commands/satstackStatus.js +24 -0
  158. package/lib/commands/satstackStatus.js.map +1 -0
  159. package/lib/commands/scanDescriptors.d.ts +15 -0
  160. package/lib/commands/scanDescriptors.d.ts.map +1 -0
  161. package/lib/commands/scanDescriptors.js +18 -0
  162. package/lib/commands/scanDescriptors.js.map +1 -0
  163. package/lib/commands/send.d.ts +48 -0
  164. package/lib/commands/send.d.ts.map +1 -0
  165. package/lib/commands/send.js +116 -0
  166. package/lib/commands/send.js.map +1 -0
  167. package/lib/commands/signMessage.d.ts +16 -0
  168. package/lib/commands/signMessage.d.ts.map +1 -0
  169. package/lib/commands/signMessage.js +58 -0
  170. package/lib/commands/signMessage.js.map +1 -0
  171. package/lib/commands/speculosList.d.ts +7 -0
  172. package/lib/commands/speculosList.d.ts.map +1 -0
  173. package/lib/commands/speculosList.js +71 -0
  174. package/lib/commands/speculosList.js.map +1 -0
  175. package/lib/commands/swap.d.ts +55 -0
  176. package/lib/commands/swap.d.ts.map +1 -0
  177. package/lib/commands/swap.js +341 -0
  178. package/lib/commands/swap.js.map +1 -0
  179. package/lib/commands/sync.d.ts +49 -0
  180. package/lib/commands/sync.d.ts.map +1 -0
  181. package/lib/commands/sync.js +135 -0
  182. package/lib/commands/sync.js.map +1 -0
  183. package/lib/commands/testDetectOpCollision.d.ts +41 -0
  184. package/lib/commands/testDetectOpCollision.d.ts.map +1 -0
  185. package/lib/commands/testDetectOpCollision.js +57 -0
  186. package/lib/commands/testDetectOpCollision.js.map +1 -0
  187. package/lib/commands/testGetTrustedInputFromTxHash.d.ts +23 -0
  188. package/lib/commands/testGetTrustedInputFromTxHash.d.ts.map +1 -0
  189. package/lib/commands/testGetTrustedInputFromTxHash.js +114 -0
  190. package/lib/commands/testGetTrustedInputFromTxHash.js.map +1 -0
  191. package/lib/commands/user.d.ts +6 -0
  192. package/lib/commands/user.d.ts.map +1 -0
  193. package/lib/commands/user.js +9 -0
  194. package/lib/commands/user.js.map +1 -0
  195. package/lib/commands/version.d.ts +7 -0
  196. package/lib/commands/version.d.ts.map +1 -0
  197. package/lib/commands/version.js +12 -0
  198. package/lib/commands/version.js.map +1 -0
  199. package/lib/commands/walletconnect.d.ts +62 -0
  200. package/lib/commands/walletconnect.d.ts.map +1 -0
  201. package/lib/commands/walletconnect.js +272 -0
  202. package/lib/commands/walletconnect.js.map +1 -0
  203. package/lib/commands-index.d.ts +1511 -0
  204. package/lib/commands-index.d.ts.map +1 -0
  205. package/lib/commands-index.js +106 -0
  206. package/lib/commands-index.js.map +1 -0
  207. package/lib/live-common-setup-base.d.ts +2 -0
  208. package/lib/live-common-setup-base.d.ts.map +1 -0
  209. package/lib/live-common-setup-base.js +131 -0
  210. package/lib/live-common-setup-base.js.map +1 -0
  211. package/lib/live-common-setup.d.ts +5 -0
  212. package/lib/live-common-setup.d.ts.map +1 -0
  213. package/lib/live-common-setup.js +318 -0
  214. package/lib/live-common-setup.js.map +1 -0
  215. package/lib/qr.d.ts +3 -0
  216. package/lib/qr.d.ts.map +1 -0
  217. package/lib/qr.js +18 -0
  218. package/lib/qr.js.map +1 -0
  219. package/lib/scan.d.ts +71 -0
  220. package/lib/scan.d.ts.map +1 -0
  221. package/lib/scan.js +299 -0
  222. package/lib/scan.js.map +1 -0
  223. package/lib/signedOperation.d.ts +13 -0
  224. package/lib/signedOperation.d.ts.map +1 -0
  225. package/lib/signedOperation.js +31 -0
  226. package/lib/signedOperation.js.map +1 -0
  227. package/lib/stream.d.ts +7 -0
  228. package/lib/stream.d.ts.map +1 -0
  229. package/lib/stream.js +82 -0
  230. package/lib/stream.js.map +1 -0
  231. package/lib/transaction.d.ts +31 -0
  232. package/lib/transaction.d.ts.map +1 -0
  233. package/lib/transaction.js +202 -0
  234. package/lib/transaction.js.map +1 -0
  235. package/package.json +63 -0
package/README.md ADDED
@@ -0,0 +1,520 @@
1
+ ## ledger-live CLI tools
2
+
3
+ > Please be advised this software is experimental and shall not create any obligation for Ledger to continue to develop, offer, support or repair any of its features. The software is provided “as is.” Ledger shall not be liable for any damages whatsoever including loss of profits or data, business interruption arising from using the software.
4
+
5
+ ```
6
+ Ledger Live @ https://github.com/LedgerHQ/ledger-live-common
7
+
8
+ Usage: ledger-live <command> ...
9
+
10
+ Usage: ledger-live cosmosValidators
11
+ --format <String> : json | default
12
+
13
+ Usage: ledger-live polkadotValidators
14
+ --format <String> : json|csv|default
15
+ --status <String> : The status of the validators to fetch (all|elected|waiting)
16
+ --validator <String> : address of recipient validator that will receive the delegate
17
+
18
+ Usage: ledger-live tezosListBakers
19
+ --whitelist : filter whitelist
20
+ --format <String> : json | default
21
+
22
+ Usage: ledger-live tronSuperRepresentative
23
+ --max <Number> : max number of super representatives to return
24
+ --format <String> : json | default
25
+
26
+ Usage: ledger-live app # Manage Ledger device's apps
27
+ -d, --device <String> : provide a specific HID path of a device
28
+ -v, --verbose : enable verbose logs
29
+ -i, --install <String> : install an application by its name
30
+ -u, --uninstall <String> : uninstall an application by its name
31
+ -o, --open <String> : open an application by its display name
32
+ --debug <String> : get information of an application by its name
33
+ -q, --quit : close current application
34
+
35
+ Usage: ledger-live appUninstallAll # uninstall all apps in the device
36
+ -d, --device <String> : provide a specific HID path of a device
37
+
38
+ Usage: ledger-live appsCheckAllAppVersions # install/uninstall all possible apps available on our API to check all is good (even old app versions)
39
+ -d, --device <String> : provide a specific HID path of a device
40
+ -m, --memo : a file to memorize the previously saved result so we don't run again from the start
41
+
42
+ Usage: ledger-live appsInstallAll # test script to install and uninstall all apps
43
+ -d, --device <String> : provide a specific HID path of a device
44
+
45
+ Usage: ledger-live appsUpdateTestAll # test script to install and uninstall all apps
46
+ -d, --device <String> : provide a specific HID path of a device
47
+ --index <Number>
48
+
49
+ Usage: ledger-live balanceHistory # Get the balance history for accounts
50
+ -d, --device <String> : provide a specific HID path of a device
51
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
52
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
53
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
54
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
55
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
56
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
57
+ -i, --index <Number> : select the account by index
58
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
59
+ --paginateOperations <Number>: if defined, will paginate operations
60
+ -p, --period <String> : all | year | month | week | day
61
+ -f, --format <default | json | asciichart>: how to display the data
62
+
63
+ Usage: ledger-live bot # Run a bot test engine with speculos that automatically create accounts and do transactions
64
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
65
+ -m, --mutation <String> : filter the mutation to run by a regexp pattern
66
+
67
+ Usage: ledger-live botPortfolio # Use speculos and a list of supported coins to retrieve all accounts
68
+ -f, --format <operationBalanceHistoryBackwards | operationBalanceHistory | json | head | default | basic | full | stats | significantTokenTickers>: how to display the data
69
+
70
+ Usage: ledger-live botTransfer # transfer funds from one seed (SEED) to another (SEED_RECIPIENT)
71
+
72
+ Usage: ledger-live broadcast # Broadcast signed operation(s)
73
+ -d, --device <String> : provide a specific HID path of a device
74
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
75
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
76
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
77
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
78
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
79
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
80
+ -i, --index <Number> : select the account by index
81
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
82
+ --paginateOperations <Number>: if defined, will paginate operations
83
+ -t, --signed-operation <String>: JSON file of a signed operation (- for stdin)
84
+
85
+ Usage: ledger-live cleanSpeculos # clean all docker instance of speculos
86
+
87
+ Usage: ledger-live countervalues # Get the balance history for accounts
88
+ -c, --currency <String> : ticker of a currency
89
+ -C, --countervalue <String> : ticker of a currency
90
+ -p, --period <String> : all | year | month | week | day
91
+ -f, --format <stats | supportedFiats | default | json | asciichart>: how to display the data
92
+ -v, --verbose
93
+ --fiats : enable all fiats as countervalues
94
+ -m, --marketcap <Number> : use top N first tickers available in marketcap instead of having to specify each --currency
95
+ -g, --disableAutofillGaps : if set, disable the autofill of gaps to evaluate the rates availability
96
+ -l, --latest : only fetch latest
97
+ -d, --startDate <String>
98
+
99
+ Usage: ledger-live derivation
100
+
101
+ Usage: ledger-live devDeviceAppsScenario # dev feature to enter into a specific device apps scenario
102
+ -d, --device <String> : provide a specific HID path of a device
103
+ -s, --scenario <String> : nanos160-outdated-apps | nanos160-outdated-bitcoin-apps
104
+
105
+ Usage: ledger-live deviceAppVersion
106
+ -d, --device <String> : provide a specific HID path of a device
107
+
108
+ Usage: ledger-live deviceInfo
109
+ -d, --device <String> : provide a specific HID path of a device
110
+
111
+ Usage: ledger-live deviceVersion
112
+ -d, --device <String> : provide a specific HID path of a device
113
+
114
+ Usage: ledger-live discoverDevices
115
+ -m, --module <String> : filter a specific module (either hid | ble)
116
+ -i, --interactive : interactive mode that accumulate the events instead of showing them
117
+
118
+ Usage: ledger-live envs # Print available environment variables
119
+
120
+ Usage: ledger-live estimateMaxSpendable # estimate the max spendable of an account
121
+ -d, --device <String> : provide a specific HID path of a device
122
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
123
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
124
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
125
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
126
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
127
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
128
+ -i, --index <Number> : select the account by index
129
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
130
+ --paginateOperations <Number>: if defined, will paginate operations
131
+
132
+ Usage: ledger-live exportAccounts # Export given accounts to Live QR or console for importing
133
+ -d, --device <String> : provide a specific HID path of a device
134
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
135
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
136
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
137
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
138
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
139
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
140
+ -i, --index <Number> : select the account by index
141
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
142
+ --paginateOperations <Number>: if defined, will paginate operations
143
+ -o, --out : output to console
144
+
145
+ Usage: ledger-live firmwareRepair # Repair a firmware update
146
+ -d, --device <String> : provide a specific HID path of a device
147
+ --forceMCU <String> : force a mcu version to install
148
+
149
+ Usage: ledger-live firmwareUpdate # Perform a firmware update
150
+ -d, --device <String> : provide a specific HID path of a device
151
+ --to-my-own-risk : this is a developer feature that allow to flash anything, we are not responsible of your actions, by flashing your device you might reset your seed or block your device
152
+ --osuVersion <String> : (to your own risk) provide yourself an OSU version to flash the device with
153
+ --listOSUs : list all available OSUs (for all devices, beta and prod versions)
154
+
155
+ Usage: ledger-live generateAppJsonFromDataset # Extract accounts from test datasets and print a sample app.json usable for tests
156
+
157
+ Usage: ledger-live generateTestScanAccounts # Generate a test for scan accounts (live-common dataset)
158
+ -d, --device <String> : provide a specific HID path of a device
159
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
160
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
161
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
162
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
163
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
164
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
165
+ -i, --index <Number> : select the account by index
166
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
167
+ --paginateOperations <Number>: if defined, will paginate operations
168
+ -f, --format <operationBalanceHistoryBackwards | operationBalanceHistory | json | head | default | basic | full | stats | significantTokenTickers>: how to display the data
169
+
170
+ Usage: ledger-live generateTestTransaction # Generate a test for transaction (live-common dataset)
171
+ -d, --device <String> : provide a specific HID path of a device
172
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
173
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
174
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
175
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
176
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
177
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
178
+ -i, --index <Number> : select the account by index
179
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
180
+ --paginateOperations <Number>: if defined, will paginate operations
181
+ --self-transaction : Pre-fill the transaction for the account to send to itself
182
+ --use-all-amount : Send MAX of the account balance
183
+ --recipient <String> : the address to send funds to
184
+ --amount <String> : how much to send in the main currency unit
185
+ --shuffle : if using multiple token or recipient, order will be randomized
186
+ --collection <String> : collection of an NFT (in corelation with --tokenIds)
187
+ --tokenIds <String> : tokenId or list of tokenIds of an NFT separated by commas (order is kept in corelation with --quantities)
188
+ --quantities <String> : quantity or list of quantity of an ERC1155 NFT separated by commas (order is kept in corelation with --tokenIds)
189
+ --mode <String> : mode of transaction: send, optIn, claimReward
190
+ --fees <String> : how much fees
191
+ --gasLimit <String> : how much gasLimit. default is estimated with the recipient
192
+ --memo <String> : set a memo
193
+ -t, --token <String> : use an token account children of the account
194
+ --feePerByte <String> : how much fee per byte
195
+ --pickUnconfirmedRBF : also pick unconfirmed replaceable txs
196
+ -E, --excludeUTXO <String> : exclude utxo by their txhash@index (example: -E hash@3 -E hash@0)
197
+ --rbf : enable replace-by-fee
198
+ --bitcoin-pick-strategy <String>: utxo picking strategy, one of: DEEP_OUTPUTS_FIRST | OPTIMIZE_SIZE | MERGE_OUTPUTS
199
+ --cosmosSourceValidator <String>: for redelegate, add a source validator
200
+ --cosmosValidator <String>: address of recipient validator that will receive the delegate
201
+ --cosmosAmountValidator <String>: Amount that the validator will receive
202
+ --tokenId <String> : determine the tokenId of an NFT (related to the --colection)
203
+ --gasPrice <String> : how much gasPrice. default is 2gwei. (example format: 2gwei, 0.000001eth, in wei if no unit precised)
204
+ --nonce <String> : set a nonce for this transaction
205
+ --data <String> : set the transaction data to use for signing the ETH transaction
206
+ --validator <String> : address of recipient validator that will receive the delegate
207
+ --era <String> : Era of when to claim rewards
208
+ --rewardDestination <String>: Reward destination
209
+ --fee <String> : how much fee
210
+ --tag <Number> : ripple tag
211
+ --memoType <String> : stellar memo type
212
+ --memoValue <String> : stellar memo value
213
+ --storageLimit <String> : how much storageLimit. default is estimated with the recipient
214
+ --subAccount <String> : use a sub account instead of the parent by index
215
+ --duration <String> : duration in day
216
+ --resource <String> : reward ENERGY or BANDWIDTH
217
+ --tronVoteAddress <String>: address of the super representative voting
218
+ --tronVoteCount <String> : number of votes for the vote address
219
+
220
+ Usage: ledger-live genuineCheck # Perform a genuine check with Ledger's HSM
221
+ -d, --device <String> : provide a specific HID path of a device
222
+
223
+ Usage: ledger-live getAddress # Get an address with the device on specific derivations (advanced)
224
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
225
+ -d, --device <String> : provide a specific HID path of a device
226
+ --path <String> : HDD derivation path
227
+ --derivationMode <String>: derivationMode to use
228
+ -v, --verify : also ask verification on device
229
+
230
+ Usage: ledger-live getTransactionStatus # Prepare a transaction and returns 'TransactionStatus' meta information
231
+ -d, --device <String> : provide a specific HID path of a device
232
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
233
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
234
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
235
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
236
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
237
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
238
+ -i, --index <Number> : select the account by index
239
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
240
+ --paginateOperations <Number>: if defined, will paginate operations
241
+ --self-transaction : Pre-fill the transaction for the account to send to itself
242
+ --use-all-amount : Send MAX of the account balance
243
+ --recipient <String> : the address to send funds to
244
+ --amount <String> : how much to send in the main currency unit
245
+ --shuffle : if using multiple token or recipient, order will be randomized
246
+ --collection <String> : collection of an NFT (in corelation with --tokenIds)
247
+ --tokenIds <String> : tokenId or list of tokenIds of an NFT separated by commas (order is kept in corelation with --quantities)
248
+ --quantities <String> : quantity or list of quantity of an ERC1155 NFT separated by commas (order is kept in corelation with --tokenIds)
249
+ --mode <String> : mode of transaction: send, optIn, claimReward
250
+ --fees <String> : how much fees
251
+ --gasLimit <String> : how much gasLimit. default is estimated with the recipient
252
+ --memo <String> : set a memo
253
+ -t, --token <String> : use an token account children of the account
254
+ --feePerByte <String> : how much fee per byte
255
+ --pickUnconfirmedRBF : also pick unconfirmed replaceable txs
256
+ -E, --excludeUTXO <String> : exclude utxo by their txhash@index (example: -E hash@3 -E hash@0)
257
+ --rbf : enable replace-by-fee
258
+ --bitcoin-pick-strategy <String>: utxo picking strategy, one of: DEEP_OUTPUTS_FIRST | OPTIMIZE_SIZE | MERGE_OUTPUTS
259
+ --cosmosSourceValidator <String>: for redelegate, add a source validator
260
+ --cosmosValidator <String>: address of recipient validator that will receive the delegate
261
+ --cosmosAmountValidator <String>: Amount that the validator will receive
262
+ --tokenId <String> : determine the tokenId of an NFT (related to the --colection)
263
+ --gasPrice <String> : how much gasPrice. default is 2gwei. (example format: 2gwei, 0.000001eth, in wei if no unit precised)
264
+ --nonce <String> : set a nonce for this transaction
265
+ --data <String> : set the transaction data to use for signing the ETH transaction
266
+ --validator <String> : address of recipient validator that will receive the delegate
267
+ --era <String> : Era of when to claim rewards
268
+ --rewardDestination <String>: Reward destination
269
+ --fee <String> : how much fee
270
+ --tag <Number> : ripple tag
271
+ --memoType <String> : stellar memo type
272
+ --memoValue <String> : stellar memo value
273
+ --storageLimit <String> : how much storageLimit. default is estimated with the recipient
274
+ --subAccount <String> : use a sub account instead of the parent by index
275
+ --duration <String> : duration in day
276
+ --resource <String> : reward ENERGY or BANDWIDTH
277
+ --tronVoteAddress <String>: address of the super representative voting
278
+ --tronVoteCount <String> : number of votes for the vote address
279
+ -f, --format <default | json>: how to display the data
280
+
281
+ Usage: ledger-live liveData # utility for Ledger Live app.json file
282
+ -d, --device <String> : provide a specific HID path of a device
283
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
284
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
285
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
286
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
287
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
288
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
289
+ -i, --index <Number> : select the account by index
290
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
291
+ --paginateOperations <Number>: if defined, will paginate operations
292
+ --appjson <filename> : path to a live desktop app.json
293
+ -a, --add : add accounts to live data
294
+
295
+ Usage: ledger-live makeCompoundSummary # Create a summary of compound operations (ETH)
296
+ -d, --device <String> : provide a specific HID path of a device
297
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
298
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
299
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
300
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
301
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
302
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
303
+ -i, --index <Number> : select the account by index
304
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
305
+ --paginateOperations <Number>: if defined, will paginate operations
306
+ -f, --format <summary | default>: how to display the data
307
+
308
+ Usage: ledger-live managerListApps # List apps that can be installed on the device
309
+ -d, --device <String> : provide a specific HID path of a device
310
+ -f, --format <raw | json | default>
311
+
312
+ Usage: ledger-live portfolio # Get a portfolio summary for accounts
313
+ -d, --device <String> : provide a specific HID path of a device
314
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
315
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
316
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
317
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
318
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
319
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
320
+ -i, --index <Number> : select the account by index
321
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
322
+ --paginateOperations <Number>: if defined, will paginate operations
323
+ --countervalue <String> : ticker of a currency
324
+ -p, --period <String> : all | year | month | week | day
325
+ -g, --disableAutofillGaps : if set, disable the autofill of gaps to evaluate the rates availability
326
+
327
+ Usage: ledger-live proxy
328
+ -d, --device <String> : provide a specific HID path of a device
329
+ -f, --file <String> : in combination with --record, will save all the proxied APDUs to a provided file. If --record is not provided, proxy will start in replay mode of the provided file. If --file is not used at all, the proxy will just act as a proxy without saving the APDU.
330
+ -v, --verbose : verbose mode
331
+ -s, --silent : do not output the proxy logs
332
+ --disable-auto-skip : auto skip apdu that don't replay instead of error
333
+ -p, --port <String> : specify the http port to use (default: 8435)
334
+ -r, --record : see the description of --file
335
+
336
+ Usage: ledger-live receive # Receive crypto-assets (verify on device)
337
+ -d, --device <String> : provide a specific HID path of a device
338
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
339
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
340
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
341
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
342
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
343
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
344
+ -i, --index <Number> : select the account by index
345
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
346
+ --paginateOperations <Number>: if defined, will paginate operations
347
+ --qr : also display a QR Code
348
+ --freshAddressIndex <Number>: Change fresh address index
349
+
350
+ Usage: ledger-live repl # Low level exchange with the device. Send APDUs from stdin.
351
+ -d, --device <String> : provide a specific HID path of a device
352
+ -f, --file <filename> : A file can also be provided. By default stdin is used.
353
+
354
+ Usage: ledger-live satstack # SatStack: Generate and manage lss.json file
355
+ -d, --device <String> : provide a specific HID path of a device
356
+ --no-device : disable the scanning of device descriptors
357
+ --no-save : disable the save of the lss file
358
+ --lss <filename> : A file to save the sats stack state
359
+ --rpcHOST <String> : host to rpc full node (e.g. 127.0.0.1:8332)
360
+ --rpcUSER <String> : username of full node
361
+ --rpcPASSWORD <String> : password of full node
362
+ --rpcTLS : use tls in full node
363
+
364
+ Usage: ledger-live satstackStatus # Check StackSats status
365
+ --continuous : enable status polling
366
+
367
+ Usage: ledger-live scanDescriptors # Synchronize accounts with blockchain
368
+ -d, --device <String> : provide a specific HID path of a device
369
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
370
+
371
+ Usage: ledger-live send # Send crypto-assets
372
+ -d, --device <String> : provide a specific HID path of a device
373
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
374
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
375
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
376
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
377
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
378
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
379
+ -i, --index <Number> : select the account by index
380
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
381
+ --paginateOperations <Number>: if defined, will paginate operations
382
+ --self-transaction : Pre-fill the transaction for the account to send to itself
383
+ --use-all-amount : Send MAX of the account balance
384
+ --recipient <String> : the address to send funds to
385
+ --amount <String> : how much to send in the main currency unit
386
+ --shuffle : if using multiple token or recipient, order will be randomized
387
+ --collection <String> : collection of an NFT (in corelation with --tokenIds)
388
+ --tokenIds <String> : tokenId or list of tokenIds of an NFT separated by commas (order is kept in corelation with --quantities)
389
+ --quantities <String> : quantity or list of quantity of an ERC1155 NFT separated by commas (order is kept in corelation with --tokenIds)
390
+ --mode <String> : mode of transaction: send, optIn, claimReward
391
+ --fees <String> : how much fees
392
+ --gasLimit <String> : how much gasLimit. default is estimated with the recipient
393
+ --memo <String> : set a memo
394
+ -t, --token <String> : use an token account children of the account
395
+ --feePerByte <String> : how much fee per byte
396
+ --pickUnconfirmedRBF : also pick unconfirmed replaceable txs
397
+ -E, --excludeUTXO <String> : exclude utxo by their txhash@index (example: -E hash@3 -E hash@0)
398
+ --rbf : enable replace-by-fee
399
+ --bitcoin-pick-strategy <String>: utxo picking strategy, one of: DEEP_OUTPUTS_FIRST | OPTIMIZE_SIZE | MERGE_OUTPUTS
400
+ --cosmosSourceValidator <String>: for redelegate, add a source validator
401
+ --cosmosValidator <String>: address of recipient validator that will receive the delegate
402
+ --cosmosAmountValidator <String>: Amount that the validator will receive
403
+ --tokenId <String> : determine the tokenId of an NFT (related to the --colection)
404
+ --gasPrice <String> : how much gasPrice. default is 2gwei. (example format: 2gwei, 0.000001eth, in wei if no unit precised)
405
+ --nonce <String> : set a nonce for this transaction
406
+ --data <String> : set the transaction data to use for signing the ETH transaction
407
+ --validator <String> : address of recipient validator that will receive the delegate
408
+ --era <String> : Era of when to claim rewards
409
+ --rewardDestination <String>: Reward destination
410
+ --fee <String> : how much fee
411
+ --tag <Number> : ripple tag
412
+ --memoType <String> : stellar memo type
413
+ --memoValue <String> : stellar memo value
414
+ --storageLimit <String> : how much storageLimit. default is estimated with the recipient
415
+ --subAccount <String> : use a sub account instead of the parent by index
416
+ --duration <String> : duration in day
417
+ --resource <String> : reward ENERGY or BANDWIDTH
418
+ --tronVoteAddress <String>: address of the super representative voting
419
+ --tronVoteCount <String> : number of votes for the vote address
420
+ --ignore-errors : when using multiple transactions, an error won't stop the flow
421
+ --disable-broadcast : do not broadcast the transaction
422
+ --format <String> : default | json | silent
423
+
424
+ Usage: ledger-live signMessage # Sign a message with the device on specific derivations (advanced)
425
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
426
+ --path <String> : HDD derivation path
427
+ --derivationMode <String>: derivationMode to use
428
+ --message <String> : the message to sign
429
+
430
+ Usage: ledger-live speculosList # list apps available for speculos
431
+
432
+ Usage: ledger-live swap # Perform an arbitrary swap between two currencies on the same seed
433
+ -m, --mock : Whether or not to use the real backend or a mocked version
434
+ -a, --amount <Number> : Amount in satoshi units to send
435
+ -u, --useAllAmount : Attempt to send all using the emulated max amount calculation
436
+ -w, --wyreUserId <String> : If provided, will attempt to use Wyre provider with given userId
437
+ -t, --tokenId <String> : Use a token account children of the account
438
+ -f, --useFloat : Use first floating rate returned. Defaults to false.
439
+ -d, --device <String> : provide a specific HID path of a device
440
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
441
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
442
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
443
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
444
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
445
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
446
+ -i, --index <Number> : select the account by index
447
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
448
+ --paginateOperations <Number>: if defined, will paginate operations
449
+
450
+ Usage: ledger-live sync # Synchronize accounts with blockchain
451
+ -d, --device <String> : provide a specific HID path of a device
452
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
453
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
454
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
455
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
456
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
457
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
458
+ -i, --index <Number> : select the account by index
459
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
460
+ --paginateOperations <Number>: if defined, will paginate operations
461
+ -f, --format <operationBalanceHistoryBackwards | operationBalanceHistory | json | head | default | basic | full | stats | significantTokenTickers>: how to display the data
462
+
463
+ Usage: ledger-live testDetectOpCollision # Detect operation collisions
464
+ -d, --device <String> : provide a specific HID path of a device
465
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
466
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
467
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
468
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
469
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
470
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
471
+ -i, --index <Number> : select the account by index
472
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
473
+ --paginateOperations <Number>: if defined, will paginate operations
474
+
475
+ Usage: ledger-live testGetTrustedInputFromTxHash
476
+ -d, --device <String> : provide a specific HID path of a device
477
+ -c, --currency <String>
478
+ -h, --hash <String>
479
+
480
+ Usage: ledger-live user
481
+
482
+ Usage: ledger-live version
483
+
484
+ Usage: ledger-live walletconnect # Create a walletconnect session
485
+ -d, --device <String> : provide a specific HID path of a device
486
+ --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
487
+ --id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
488
+ --file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
489
+ --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
490
+ -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
491
+ -s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
492
+ -i, --index <Number> : select the account by index
493
+ -l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
494
+ --paginateOperations <Number>: if defined, will paginate operations
495
+ --walletConnectURI <String>: WallecConnect URI to use.
496
+ --walletConnectSession <String>: WallecConnect Session to use.
497
+ -v, --verbose : verbose mode
498
+ --silent : do not output the proxy logs
499
+
500
+
501
+ ````
502
+ `.--:::::
503
+ `.-::::::::: ````
504
+ .://///:-..`` `-/+++/-`
505
+ `://///-` -++++++o/.
506
+ `/+++/:` -+++++osss+`
507
+ `:++++:` ./++++-/osss/`
508
+ .+++++` `-://- .ooooo.
509
+ -+ooo/` `` `/oooo-
510
+ .oooo+` .::-.` `+++++.
511
+ `+oooo:./+++/. -++++/`
512
+ -ossso+++++:` -/+++/.
513
+ -ooo+++++:` .://///.
514
+ ./+++++/` ``.-://///:`
515
+ `---.` -:::::///:-.
516
+ :::::::-.`
517
+ ....``
518
+
519
+
520
+ ```
package/bin/index.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ require("../lib/cli");
package/lib/cli.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":""}