File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88This library aims at reducing the cost of running code on both Speculos emulator
99or on a real device.
1010
11- It mainly consists on an interface which is implemented by three backends:
11+ It mainly consists of an interface which is implemented by three backends:
1212
1313- an emulator-only backend, ` SpeculosBackend ` , which uses
1414 [ ` SpeculosClient ` ] ( https://github.com/LedgerHQ/speculos/blob/master/speculos/client.py )
@@ -17,7 +17,7 @@ It mainly consists on an interface which is implemented by three backends:
1717
1818- two physical backends (although technically they are agnostic, but the
1919 ` SpeculosClient ` is superior with an emulator), ` LedgerCommBackend ` and
20- ` LedgewWalletbackend ` , which use respectively the
20+ ` LedgerWalletbackend ` , which use respectively the
2121 [ ` LedgerComm ` library] ( https://github.com/LedgerHQ/ledgercomm ) or the
2222 [ ` LedgerWallet ` library] ( https://github.com/LedgerHQ/ledgerctl/ ) to discuss
2323 with a physical device. In these cases, the physical device must be started,
You can’t perform that action at this time.
0 commit comments