diff --git a/examples/wallet/index.html b/dist/demo/index.html similarity index 99% rename from examples/wallet/index.html rename to dist/demo/index.html index c6598482..ec0f570d 100644 --- a/examples/wallet/index.html +++ b/dist/demo/index.html @@ -1,7 +1,7 @@ Ethereum Wallet - +
diff --git a/examples/style.css b/dist/demo/style.css similarity index 100% rename from examples/style.css rename to dist/demo/style.css diff --git a/examples/splitter/index.html b/examples/splitter/index.html deleted file mode 100644 index 56613699..00000000 --- a/examples/splitter/index.html +++ /dev/null @@ -1,284 +0,0 @@ - - - Ethereum Classic Split Tool - - - -
-
-

Split Ether Classic

-
-

What does this tool do?

-

- This tool will take a geth (or crowdsale) JSON wallet, decrypt it and - send all its funds to this contract, - which will: -

-
    -
  • On the ETH branch — send the funds back to the original address
  • -
  • On the ETC branch — send the funds to the provided target address (for example, a Poloniex deposit address)
  • -
-
-

Disclaimer:

-

- I threw this together in couple of hours, mainly to split my own ether - and test my ethers-wallet library (which is still missing features - and is itself not ready for production use). Testing has been fairly minimal - beyond trying it on a few wallets. Use this at your own risk. -

-
-

Check Current ETC Balance

- - - - - - - - - -
ETC Address:
-
Check Classic Ether Balance
-
-
-

Split ETC/ETH

- - - - - - - - - - - - - - - - - -
JSON Wallet:
Drop JSON wallet file here
Password:
Target ETC Address:
-
Split Classic Ether
-
-
-
- - - - - -