Solidity Tutorial | Creating an ERC-20 Token in Solidity with OpenZeppelin (for Beginners)

3 years ago
8

In this Solidity tutorial, we'll work through the Solidity code for how to set up an ERC-20 compliant token with the Truffle Framework and the Open Zeppelin Library.

ERC-20 is a technical specification that the vast majority of cryptocurrency tokens follow if they are deployed to Ethereum or any EVM compliant blockchain.

Open Zeppelin creates standardized smart contracts that we can essentially copy, customize, and deploy. That's awesome because it keeps us from having to stress about problems that have already been solved!

We will pretty much walk step-by-step through the process of setting up a token, and hopefully it's pretty friendly to beginners.

Get more content at https://www.techmaker.studio

Learn more at https://www.trufflesuite.com/

Part 2: https://youtu.be/3TVanIG6B3A

Loading comments...