kleros / escrow

Decentralized Escrow - Ethereum Project
https://escrow.kleros.io
MIT License
17 stars 9 forks source link

Better indication in the UI about the currently logged in user #20

Open marsrobertson opened 5 years ago

marsrobertson commented 5 years ago

On the Invoice Summary I was wondering how do you know my receiver address:

image

After some thought - it's coming from MetaMask.

Display in the UI currently logged in user.

Optionally - the ability to log out.

satello commented 5 years ago

There should be a way to create an invoice for an address other than your MetaMask address. You shouldn't need web3 in your browser at all in order to make an invoice.

marsrobertson commented 5 years ago

Good point.

Currently to visit http://escrow.kleros.io MetaMask login is required and address is prepopulated.

Creating invoices for other addresses and not requiring login - ask your users first.

I'm OK to use the same address as MetaMask.