From 6abab3b9743ccb07cfef17b4f4d69ec4e522e248 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Thu, 21 Jun 2018 21:01:29 -0400 Subject: [PATCH] Moved demo wallet to dist. --- {examples/wallet => dist/demo}/index.html | 2 +- {examples => dist/demo}/style.css | 0 examples/splitter/index.html | 284 ---------------------- 3 files changed, 1 insertion(+), 285 deletions(-) rename {examples/wallet => dist/demo}/index.html (99%) rename {examples => dist/demo}/style.css (100%) delete mode 100644 examples/splitter/index.html 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 c6598482e..ec0f570d2 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 566136990..000000000 --- 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
-
-
-
- - - - - -