update README
This commit is contained in:
parent
ca24e6406e
commit
0aafe42741
|
@ -2,10 +2,21 @@
|
||||||
|
|
||||||
`status-hardware-wallet` is a command line tool you can use to initialize a smartcard with the [Status Hardware Wallet](https://github.com/status-im/hardware-wallet).
|
`status-hardware-wallet` is a command line tool you can use to initialize a smartcard with the [Status Hardware Wallet](https://github.com/status-im/hardware-wallet).
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
To install `hardware-wallet-go` you need `go` in your system.
|
||||||
|
|
||||||
|
MacOSX:
|
||||||
|
|
||||||
|
`brew install go`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
`go get github.com/status-im/hardware-wallet-go/cmd/status-hardware-wallet`
|
`go get github.com/status-im/hardware-wallet-go/cmd/status-hardware-wallet`
|
||||||
|
|
||||||
|
The executable will be installed in `$GOPATH/bin`.
|
||||||
|
Check your `$GOPATH` with `go env`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Install the hardware wallet applet
|
### Install the hardware wallet applet
|
||||||
|
@ -52,6 +63,14 @@ PUK 123456789012
|
||||||
Pairing password: RandomPairingPassword
|
Pairing password: RandomPairingPassword
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Deleting the applet from the card
|
||||||
|
|
||||||
|
:warning: **WARNING! This command will remove the applet and all the keys from the card. ** :warning:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
status-hardware-wallet delete -l debug
|
||||||
|
```
|
||||||
|
|
||||||
### Pairing
|
### Pairing
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue