From 87e92674580a4823729cb506a07f05dc956c3f9c Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Wed, 21 Sep 2022 18:48:19 -0700
Subject: [PATCH] =?UTF-8?q?=20=F0=9F=A7=86=20add=20info=20diff=20erc20=20a?=
=?UTF-8?q?nd=20ether?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Solidity-Expert/Token-standards/README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Solidity-Expert/Token-standards/README.md b/Solidity-Expert/Token-standards/README.md
index 0ca6ffd..800237b 100644
--- a/Solidity-Expert/Token-standards/README.md
+++ b/Solidity-Expert/Token-standards/README.md
@@ -2,4 +2,13 @@
+### [ERC20](https://github.com/bt3gl-labs/Blockchain-Hacking-Toolkit/blob/main/Solidity-Expert/Token-standards/erc20.md)
+
* In the case of ERC20, a transaction sending ether to an address changes the state of an address. A transaction transferring a token to an address only changes the state of the token contract, not the state of the recipient address.
+
+
+
+
+---
+
+### [ERC777](https://github.com/bt3gl-labs/Blockchain-Hacking-Toolkit/blob/main/Solidity-Expert/Token-standards/erc777.md)