From 9e98e605024d272f5f3299228205e9afe3e2a934 Mon Sep 17 00:00:00 2001 From: Md Zartaj Afser <91191500+Zartaj0@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:35:40 +0530 Subject: [PATCH 1/2] Add more Articles --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4dffa7..779cf66 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ - [The Complete Guide to Full Stack Ethereum Development (dev.to, Nader Dabit, 2021)](https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13) - Building Full Stack dApps with React, Ethers.js, Solidity, and Hardhat. - [How to create an ERC20 Token and a Solidity Vendor Contract (medium.com, Emanuele Ricci, 2021)](https://stermi.medium.com/how-to-create-an-erc20-token-and-a-solidity-vendor-contract-to-sell-buy-your-own-token-8882808dd905) - Create your own ERC20 Token and a Token Vendor Contract that will handle the sell/buy process. - [soliditydeveloper.com/blog](https://soliditydeveloper.com/blog) - Concepts, guides, design patterns and more. +- [ERC series - including token standards](https://www.decipherclub.com/erc-standards-article-series/) - What is an ERC? How exactly different tokens work in Ethereum? +- [Contract Bytecode size limit](https://www.decipherclub.com/smart-contract-bytecode-size-limit-article-series/) - Tackle the bytecode size of your contracts and optimize it. #### Security From c84fe1c7a9805392bbc865613b2556bf420cb7b0 Mon Sep 17 00:00:00 2001 From: Md Zartaj Afser <91191500+Zartaj0@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:41:45 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 779cf66..6f66eaf 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ - [The Complete Guide to Full Stack Ethereum Development (dev.to, Nader Dabit, 2021)](https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13) - Building Full Stack dApps with React, Ethers.js, Solidity, and Hardhat. - [How to create an ERC20 Token and a Solidity Vendor Contract (medium.com, Emanuele Ricci, 2021)](https://stermi.medium.com/how-to-create-an-erc20-token-and-a-solidity-vendor-contract-to-sell-buy-your-own-token-8882808dd905) - Create your own ERC20 Token and a Token Vendor Contract that will handle the sell/buy process. - [soliditydeveloper.com/blog](https://soliditydeveloper.com/blog) - Concepts, guides, design patterns and more. -- [ERC series - including token standards](https://www.decipherclub.com/erc-standards-article-series/) - What is an ERC? How exactly different tokens work in Ethereum? +- [ERC series - including token standards](https://www.decipherclub.com/erc-standards-article-series/) - Explanation to ERCs and the working logics of tokens in Ethereum, including NFTs. - [Contract Bytecode size limit](https://www.decipherclub.com/smart-contract-bytecode-size-limit-article-series/) - Tackle the bytecode size of your contracts and optimize it. #### Security