grin-web-wallet
grin-web-wallet copied to clipboard
Grin WebUI Wallet
* Configurable owner API URL instead of hardcoded `localhost:13420` * Fix `NaN` in output-listing table * Fix flickering tx-listing table due to `reverse()` keeps being called in view * Dockerfile...
I am running a local grin node and yet getting this error.
Hi, If you run ```grin wallet web```  Then you visit the page  And follow the instructions it gives you 
after having installed npm and angular cli, running `ng build` on `3b9bd71` resulted in the following error: ```` $ ng build Could not find module "@angular-devkit/build-angular" from "/Users/user/grin-web-wallet" ```` build-angular...
# Motivation As we get ready for main net, there's a need to finalise a baseline flow and design for the wallet user interface. These will be dictated by the...
After https://github.com/mimblewimble/grin/pull/1825 is merged. Also need to implement the post tx logic since `issue_send_tx` does not broadcast the transaction.
When issuing an api call to the `/issue_send_tx` endpoint, things fail with the following output: ``` Failed to load http://localhost:13420/v1/wallet/owner/issue_send_tx: Request header field Content-Type is not allowed by Access-Control-Allow-Headers in...