Go pkg to interact with the Status Keycard https://status.app/keycard
Go to file
Andrea Franz 76f58a670d
add Init to CommandSet
2019-03-11 12:50:16 +01:00
_assets add Dockerfile for xgo cross platform building 2018-11-09 18:20:39 +01:00
apdu check if applet is already installed 2019-03-06 14:31:40 +01:00
cmd/keycard add Init to CommandSet 2019-03-11 12:50:16 +01:00
crypto move lightwallet pkg to keycard 2019-03-11 11:08:32 +01:00
globalplatform add Delete to Installer 2019-03-11 11:49:00 +01:00
hexutils add comments to all packages 2018-10-19 14:46:54 +02:00
identifiers add CommandSet and parse application info 2019-03-11 12:24:09 +01:00
types add CommandSet and parse application info 2019-03-11 12:24:09 +01:00
vendor use status go-ethereum 2018-11-14 09:45:12 +01:00
.gitignore fix usage func 2018-11-08 15:03:50 +01:00
Gopkg.lock use status go-ethereum 2018-11-14 09:45:12 +01:00
Gopkg.toml use status go-ethereum 2018-11-14 09:45:12 +01:00
LICENSE.md add LICENSE 2018-11-08 15:16:16 +01:00
Makefile rename to keycard-go 2019-03-01 18:44:07 +01:00
README.md rename to keycard-go 2019-03-01 18:44:07 +01:00
actions.go add Init to CommandSet 2019-03-11 12:50:16 +01:00
command_set.go add Init to CommandSet 2019-03-11 12:50:16 +01:00
commands.go add CommandSet and parse application info 2019-03-11 12:24:09 +01:00
keycard.go add Delete to Installer 2019-03-11 11:49:00 +01:00
secrets.go move lightwallet pkg to keycard 2019-03-11 11:08:32 +01:00
secure_channel.go add Delete to Installer 2019-03-11 11:49:00 +01:00
secure_channel_test.go move lightwallet pkg to keycard 2019-03-11 11:08:32 +01:00

README.md

hardware-wallet-go

keycard-go is a set of Go packages built to interact with the Status Keycard.

If you only need a tool to initialize your card, check out the keycard CLI.