From 5737766641179351802841cc12c9ab6d6586cb9c Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Wed, 21 Sep 2022 00:48:49 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=AB=20add=20some=20basic=20shit=20abou?= =?UTF-8?q?t=20msg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Solidity-Expert/README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Solidity-Expert/README.md b/Solidity-Expert/README.md index 94e0715..48dfa19 100644 --- a/Solidity-Expert/README.md +++ b/Solidity-Expert/README.md @@ -1,11 +1,23 @@ # 👾 Becoming a Solidity Expert +
-*All right, so you are a developer and you feel pretty good about your skills, but now you want to be a Solidity expert. -I hear you, I was there once. -It might take a few months for you to get out of the inertia and actually become good. Or you might just be more like an "enthusiast" and do a thing -here or there. It's all good, here are a few basics about the language, so you don't sound dumb when talking to new frens at that ethereum after party.* +### Glossary + +
+ +* msg object: the transaction that triggered the execution of the contract. +* msg.sender: sender address of the transaction. + + + + +
+ +--- + +### Cool TL;DR