mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-28 17:16:32 -04:00
🥫 add some basic shit about msg
This commit is contained in:
parent
b00be09e14
commit
5737766641
1 changed files with 16 additions and 4 deletions
|
@ -1,11 +1,23 @@
|
||||||
# 👾 Becoming a Solidity Expert
|
# 👾 Becoming a Solidity Expert
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
*All right, so you are a developer and you feel pretty good about your skills, but now you want to be a Solidity expert.
|
### Glossary
|
||||||
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
|
<br>
|
||||||
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.*
|
|
||||||
|
* msg object: the transaction that triggered the execution of the contract.
|
||||||
|
* msg.sender: sender address of the transaction.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Cool TL;DR
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue