├── .gitignore ├── README.md └── resources ├── homekey-demo.gif ├── homekey-keys.png ├── homekey-transaction.png ├── screenshot-setup.png └── screenshot-wallet.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kupa22/apple-homekey/HEAD/README.md -------------------------------------------------------------------------------- /resources/homekey-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kupa22/apple-homekey/HEAD/resources/homekey-demo.gif -------------------------------------------------------------------------------- /resources/homekey-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kupa22/apple-homekey/HEAD/resources/homekey-keys.png -------------------------------------------------------------------------------- /resources/homekey-transaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kupa22/apple-homekey/HEAD/resources/homekey-transaction.png -------------------------------------------------------------------------------- /resources/screenshot-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kupa22/apple-homekey/HEAD/resources/screenshot-setup.png -------------------------------------------------------------------------------- /resources/screenshot-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kupa22/apple-homekey/HEAD/resources/screenshot-wallet.png --------------------------------------------------------------------------------