Ricardo Guilherme Schmidt
Ricardo Guilherme Schmidt
ImagineUI looks very complete.
When this is going to be implemented in status? How the Dapp can check if the current web3 provider is EIP1102? Perhaps if no account address is provided then it...
What the next step for implementing this?
I think that the only use case for reverse lookup is for users which want to expose their usernames connected to their address. It could be built a new reverse...
For public chats I recommend that the username is provided with message payload for users that want to expose their usernames with the message, and where clients (that explicit want...
I agree that this screen seems a bit too empty. Suggestions on what we could put on place of this blank box?
It's not possible to reverse multiple domains to the same ethereum address. Reverse lookup will always find only one name. Reverse lookup exposes user names. Recommend use browser storage for...
It should be ``` hash = web3.soliditySha3(contractAddress, CALL_PREFIX, _to, _value, web3.soliditySha3(_data), _nonce, _gasPrice, _gasLimit, _gasToken ) web3.sign(hash) ``` All key holders should sign the same thing, then the result (r,s,v)...
Can you place the transaction IDs involved?
I dont see any problem in using .call.value, because I think that sending Ether is odd, and uncommon. Most of contracts will deal with L2 tokens, and Ether is pure...