News about Code

More / Etherum Reddit - 1 year ago

How to read transaction memo from a qr code?

Hi, I was wondering how to create a qr code that contains wallet address, amount and memo. I have found that you can get amount, message and label on query string: `ethereum:_wallet_address?amount=20&message=test` so what about the memo? I tried...

More / Etherum Reddit - 1 year ago

Geth codebase question after the merge

Hi, I’m trying to learn how Ethereum works by going through its client codebase, starting with Geth - so far I’m very confused. By combining the readings of ethereum.org, I now come to understand geth is only execution client. Then am I correct to sa...