-
Introduction to OpenZeppelin
Register to the FREE mini-course "become a blockchain developer" on https://eattheblocks.com to learn how to get a remote blockchain job making 100k. (Like I did myself).
Introduction to OpenZeppelin, the library for Solidity smart contracts.
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Install OpenZeppelin in a Truffle smart contract project
Get your FREE Ethereum token cheatsheet: https://mailchi.mp/d379184ab425/ethereum-token-cheatsheet
Install OpenZeppelin in a Truffle smart contract project
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Create an ERC20 token with OpenZeppelin
Get your FREE Ethereum token cheatsheet: https://mailchi.mp/d379184ab425/ethereum-token-cheatsheet
Tutorial to create an ERC20 token with OpenZeppelin. We will learn how to create:
- Basic ERC20 token
- Detailed ERC20 token (with metadata)
- Burnable ERC20 token
- Mintable ERC20 token
- Capped token supply
Beside OpenZeppelin, we will use Solidity and the Truffle framework.
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Create ERC721 Token with OpenZeppelin
Get your FREE Ethereum token cheatsheet: https://mailchi.mp/d379184ab425/ethereum-token-cheatsheet
Tutorial to create an ERC721 Token with OpenZeppelin and Solidity.
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Create an ICO in Solidity with OpenZeppelin & Truffle
Get your FREE Ethereum token cheatsheet: https://mailchi.mp/d379184ab425/ethereum-token-cheatsheet
Tutorial to create an ICO smart contract with:
- Solidity
- OpenZeppelin
- Truffle
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Pausable Smart contracts with Openzeppelin
Get your FREE Ethereum token cheatsheet: https://mailchi.mp/d379184ab425/ethereum-token-cheatsheet
If there is a problem with your smart contract (hack...), wouldn't it be nice to have an escape hatch that allow you to temporarily disable Solidity functions?
You can do this with the pausable smart contracts of Openzeppelin. I am gonna show you this in this video.
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Protect against smart contract Reentrancy Attack with a Reentrancy Guard (Solidity / OpenZeppelin)
Get your FREE Ethereum token cheatsheet: https://mailchi.mp/d379184ab425/ethereum-token-cheatsheet
Protect against smart contract Reentrancy Attack with a Reentrancy Guard (Solidity / OpenZeppelin)
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Use OpenZeppelin In Remix
Get your FREE Ethereum token cheatsheet: https://mailchi.mp/d379184ab425/ethereum-token-cheatsheet
Use OpenZeppelin In Remix
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com