grin-web-wallet icon indicating copy to clipboard operation
grin-web-wallet copied to clipboard

Grin WebUI Wallet

Results 7 grin-web-wallet issues
Sort by recently updated
recently updated
newest added

* 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``` ![image](https://user-images.githubusercontent.com/757781/50049793-5eff4380-00a2-11e9-84d7-38ac7477eff7.png) Then you visit the page ![image](https://user-images.githubusercontent.com/757781/50049800-74746d80-00a2-11e9-97fd-cb4698546dd0.png) And follow the instructions it gives you ![image](https://user-images.githubusercontent.com/757781/50049801-79392180-00a2-11e9-832b-aea927c5ad66.png)

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...