Skip to content

Instantly share code, notes, and snippets.

@AlwaysBCoding
Last active March 26, 2024 08:05
Show Gist options
  • Save AlwaysBCoding/c28db7f8420efcd5736cc8fe32eaa04e to your computer and use it in GitHub Desktop.
Save AlwaysBCoding/c28db7f8420efcd5736cc8fe32eaa04e to your computer and use it in GitHub Desktop.
Ethereum Ðapp Development - Video 4 | Introduction To Transactions
// package.json
{
"dependencies": {
"web3": "0.17.0-alpha",
"ethereumjs-util": "4.5.0",
"ethereumjs-tx": "1.1.2"
}
}
@NathanMaton
Copy link

Hi there. Loving these videos. I wrote a longer gist for this video, I may suggest uploading for folks who want to follow along with you more easily:

https://gist.github.com/NathanMaton/1a20342feafec306a2a486979aca90bc

@lakamsani
Copy link

lakamsani commented Jan 13, 2018

Hi Jordan, thanks for all your videos. Learned a lot. I 'm doing a meetup using some of your content covering key pair generation and transactions. Step by step instructions as well as scripts to directly run are here: https://github.com/Tri-Valley-Blockchain/meetups/blob/master/Jan17-2018-web3.eth/README.md . Mostly ETH but some for BTC and XMR too from your other videos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment