Last active
March 26, 2024 08:05
-
-
Save AlwaysBCoding/c28db7f8420efcd5736cc8fe32eaa04e to your computer and use it in GitHub Desktop.
Ethereum Ðapp Development - Video 4 | Introduction To Transactions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// package.json | |
{ | |
"dependencies": { | |
"web3": "0.17.0-alpha", | |
"ethereumjs-util": "4.5.0", | |
"ethereumjs-tx": "1.1.2" | |
} | |
} |
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
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