a simple tool for validating ETH(or fork)'s ownership and recording the swap
nodejs v10
- install and run a redis
- goto your public server,
git clone https://github.com/c0mm4nd/swapMyETH && cd swapMyETH/server node server.js- take a reverse proxy on your nginx or apache
- provide the server address to your users
- on your local PC,
git clone https://github.com/c0mm4nd/swapMyETH && cd swapMyETH/client - edit
swapCli.jsand change theserverAddressvariable with the value from the coin team node swapCli.js- input "original address" (old address) and "latest address" (new address)
- finished
- on your local PC,
git clone https://github.com/c0mm4nd/swapMyETH && cd swapMyETH/client - edit
swapCmd.jsand change theserverAddressvariable with the value from the coin team node swapCmd.js -f <folder> -o <originalAddr> -p <password> -l <latestAddr>- progress return 0 if success, 1 on error.