diff --git a/.travis.yml b/.travis.yml index 10a2c6d..5f4ee31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,14 @@ script: - find . -maxdepth 1 -type f -not -name 'LICENSE' -not -name 'index.html' -not -name 'README.md' -delete && rm -fr node_modules src dist/vanity.js - #Cache busting + # Cache busting - COMMIT=$(git log --format='%h' -n 1) && sed -i "s/index.js/index.$COMMIT.js/g" index.html && mv dist/index.js dist/index.$COMMIT.js + # Custom domain +- echo "vanity-eth.tk" > CNAME + deploy: provider: pages skip-cleanup: true diff --git a/README.md b/README.md index 8c9ad6a..fe8395f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Browser-based ETH vanity address generator -Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️ +Just type [`vanity-eth.tk`](https://vanity-eth.tk) to use it ⚡️ -[![Vanity-ETH](https://i.imgur.com/lv6Gej5.png)](https://git.io/veth) +[![Vanity-ETH](https://i.imgur.com/lv6Gej5.png)](https://vanity-eth.tk) ## What's a vanity address? @@ -18,7 +18,7 @@ Examples: `0xc0ffee254729296a45a3885639AC7E10F9d54979`, or `0x999999cf1046e68e36 ## Usage -First of all, visit [`git.io/veth`](https://git.io/veth) +First of all, visit [`vanity-eth.tk`](https://vanity-eth.tk) Enter the prefix of your choice below, and click ‘generate’ to start. Your browser will generate lots of random addresses until one begins with your prefix.