gruvin / hexmob.win

Community contributed HEX ERC20 Eth Smart Contract Mobile Friendly UI
13 stars 5 forks source link

Read only view #5

Closed discochuck closed 3 years ago

discochuck commented 3 years ago

Akin to apphex.win, it'd be cool to be able to specify an eth address and show a read only version within the interface.

gruvin commented 3 years ago

Thanks for the request.

There's actually already a feature for that, though not advertized. It does require that one wallet be connected, just to get the data feed connected. Works like this ...

https://hexmob.win/?account=0x.......0:optional_Name

(note the colon : between address and the optional name.)

You can add more accounts in the same fashion but using & in front, instead of ?. Eg...

https://hexmob.win/?account=0x.......0:optional_label&account=0x.......0:Dream+Account

(the + gets converted to a space, as is convention with URLs.)

Does that suffice?

I do have a TODO item for creating a user interface to more conveniently add/remove such addresses but it's way down the list at this stage.

discochuck commented 3 years ago

That's awesome! Thank you!