mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-28 09:04:15 -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
|
||||
|
||||
|
||||
<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.
|
||||
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
|
||||
|
||||
<br>
|
||||
|
||||
* msg object: the transaction that triggered the execution of the contract.
|
||||
* msg.sender: sender address of the transaction.
|
||||
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### Cool TL;DR
|
||||
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue