Simple BitcoinCash web wallet.
Your private key won't go out from your browser.
Unspent data is from https://blockchair.com/.
You can edit your unspent or paste from any other resource as you wish.
After making raw transaction, broadcast it to https://pool.viabtc.com/tools/BCC/broadcast/ or any other node to make transaction happen.
git clone --recursive git@github.com:panlilu/bcc-web-redemption.git
cd bcc-web-redemption
npm install
npm run build
npm install
npm start
open 127.0.0.1:4500 in your browser