Results 7 issues of Joe

Issue: fork and deploy code to github pages https://j-chimienti.github.io/lightning-decoder/ Website assumes window.location.origin as the homepage which is wrong. It assumes the path is a lightning invoice, which fails to parse...

**Issue** When appending metadata, no space is inserted b/w existing metadata and _value [Rinkeby ETH Contract](https://rinkeby.etherscan.io/address/0x1797a49729e1595d385484a2d48e74703bf4f150)

Many links reference https://classicetherwallet.com but site isn't set up for secure connection. http://classicetherwallet redirects to secure site https://ethereumproject.github.io/etherwallet/

issues: fails to build in app as code isn't compiled changes: compile code to ES5 see: https://github.com/balance-io/balance-manager/pull/360 https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify

The src is not compiled to ES5 and fails while building see: https://github.com/balance-io/balance-manager/pull/360