dappuniversity / web3_examples

Learn Web3.js by Example With This Ethereum Blockchain Developer Crash Course!
157 stars 113 forks source link

`account` instead of `address` in first example on dappuniversity.com #8

Open drguthals opened 2 years ago

drguthals commented 2 years ago

👋 I was following your Dapp University tutorial.

Your actual example is correct (the one in this repo and part of it on the tutorial), but the step-by-step examples have a small mistake:

Screen Shot 2022-01-03 at 9 19 29 PM

The first line should read:
const address = "0x90e63c3d53E0Ea496845b7a03ec7548B70014A91"

not:
const account = "0x90e63c3d53E0Ea496845b7a03ec7548B70014A91"