DEV Community

sbwengineer
sbwengineer

Posted on

Ethereum dApp Tutorial with Web3.js and Solidity Smart Contracts

I’m going to show you how to create your first blockchain application with Ethereum, Web3.js, and Solidity smart contracts. You don’t have to know anything about blockchain to follow along. I’ll teach you from scratch. Use this step-by-step guide with code examples and written instructions to start your blockchain developer journey today!

Check the following link to continue reading!
Ethereum dApp Tutorial with Web3.js and Solidity smart contracts

Top comments (1)

Collapse
 
icolomina profile image
Nacho Colomina Torregrosa

Hey, Great article!. I have a question, Do you have to convert to wei before using transfer function ?
Thanks!!