Categories: Uncategorized

[VIDEO] Anatomy of an Ethereum Transaction

Here’s a video I made about the components of a transaction in Ethereum:

Here are the components of a transaction summarized:

  • Nonce (used to prevent replay attacks)
  • GasPrice (in wei)
  • GasLimit (in wei)
  • Recipient (an ethereum address)
  • Value (can be zero)
  • Data (can be empty)
  • v, r, s (cryptography magic, v was introduced in EIP-155)

Also I made another video where I go into ethereum’s block explorer etherscan.io and point out all the parts we mentioned in a real world transaction. Watch it here:

Links in the video:

I hope you enjoyed this new video format. I registered it all in one shot without too much editing to optimize my time, so let me know in the comments if I messed up something, if you have questions or cool discussions to raise.

Fede

Full Stack Software Engineer at Keenn.com

Share
Published by
Fede

Recent Posts

The Blockchain Notary: 5-minute file certification without corruptible intermediaries

Hello everyone, this article is going to be cool, because I finally got to write…

4 years ago

Are You an Ethereum Developer for Real? Answer These 5 Questions!

Hello friends! I received a reddit notification a few days ago from the r/ethdev subreddit.…

4 years ago

How I deployed a dapp on Ropsten from an EC2 instance (without using Infura)

This is a fairly technical article that I want to publish to help fellow developers…

5 years ago

[VIDEO] Creating and signing a Raw Ethereum Transaction

Today we're looking into a more technical way of creating and signing a transaction. We're…

5 years ago

[Q&A] Where did Bitcoin start?

This is a very simple question that can be answered by looking at the history…

5 years ago

“What happens when I click SEND?” The beginning of a BTC transaction.

Let's talk about the beginning of the lifecycle of a transaction. A transaction in the…

5 years ago