Wallet template: add a UI to show the users seed words and demonstrate how to do a restore from seed with WalletAppKit.

This commit is contained in:
Mike Hearn
2014-07-11 00:27:00 +02:00
parent 78383f98f4
commit 05877abff7
11 changed files with 357 additions and 28 deletions

View File

@@ -39,11 +39,13 @@
<artifactId>guava</artifactId>
<version>16.0.1</version>
</dependency>
<!-- Native Mac skin (there's also AeroFX, MetroFX, etc)
<dependency>
<groupId>com.aquafx-project</groupId>
<artifactId>aquafx</artifactId>
<version>0.1</version>
</dependency>
-->
<dependency>
<groupId>de.jensd</groupId>
<artifactId>fontawesomefx</artifactId>