diff --git a/README.md b/README.md index 818a949..4bbd250 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ the BitcoinJS library and is HEAVILY based on BIP32JP's SegWit repo (https://git * Keypair generation with QR Codes * Bulk address generator + * Vanity generator (very slow, but hey it's javascript) * Key Sweeping Tool to move all funds belonging to a single SegWit private key. Please feel encouraged to contribute. diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..21300d9 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index b666c36..67e8488 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,12 @@ +
+