Send EIP-1559 Transaction Using Golang – Build a DApp Using Golang



Send EIP-1559 Transaction Using Golang – Build a DApp Using Golang

Send EIP-1559 Transaction Using Golang  - Build a DApp Using Golang

Run In this video I explore how build, sign, and send an EIP-1559 Ethereum transaction using Golang.

Golang is an open source programming language supported by Google
It is very easy to learn and get started with, it also has built-in concurrency and a growing ecosystem of partners, communities, and tools making it an idea tool to develop scalable decentralized applications on blockchains like Ethereum.

Video Chapters
Intro 0:00
Importing Go-Ethereum Dependencies 0:38
Connect to Ethereum 1:32
Configure Private Key 2:00
Get Public Key From Private Key 3:05
Define Transaction Sender 4:11
Get Nonce 4:46
Define Transaction Recipient 5:43
Define The Value of Transaction 6:08
Define gas, maxPriorityFee, and gasLimit 6:56
Define Transaction Data 7:56
Build Transaction 8:18
Build London Signer 10:20
Sign Transaction 11:24
Get Transaction Hash 11:59
Running Go Application 13:28
View Transaction on Etherscan 13:38

Videos in the Series
1. Connect to Ethereum Using GoLang – https://youtu.be/hUZbhGtrbK4
2. Get Ether Balance of Ethereum Wallets Using Go Lang – https://youtu.be/dKJLAbVVgEc
3. Generate New Ethereum Wallets Using GoLang – https://youtu.be/d4mi5YgDI6Y
4. Get Ether Balance of wallets – https://youtu.be/dKJLAbVVgEc
5. Validate Ethereum Addresses – https://www.youtube.com/watch?v=sMokQRUdEXg
6. Working With Ethereum Blocks and Transactions using Golang – https://www.youtube.com/watch?v=LJLAi4AmqjM

Comments are closed.