guys i am trying to make a yul function to store the hash of a parameter in secretWord slot but i get an error while doing it anyone has any idea why?
Jan 22, 2023, 3:04 AM
this is the error
Jan 22, 2023, 3:04 AM
https://t.me/yul_eth
Jan 22, 2023, 3:08 AM
What the assembly keyword does? I Ve never seen before
Jan 25, 2023, 11:29 AM
It just lets you have more control of your code of memory storage etc
Itβs written in yul language and there is a yul section in solidity docs
Jan 25, 2023, 11:31 AM
Is it not Solidity right?
Jan 25, 2023, 11:31 AM
its the keyword - that you will write part of code on Jul
Jan 25, 2023, 11:32 AM
Ah ok, but what is the major benefits to use yul instead of Solidity?
Jan 25, 2023, 11:32 AM
gas efficency
Jan 25, 2023, 11:32 AM
I never understood.
Ahhhhhhh now make sense.
So I need to learn yul tho
Tks as always π
Jan 25, 2023, 11:33 AM
at least you need skill to understand it
Jan 25, 2023, 11:34 AM
What do you mean? I do know a lot of stuff π I can not know everything π I am still not a bot
Jan 25, 2023, 11:35 AM
if some code on jul will happen in your project - you need to understand what it does, or at least know how to find out
Jan 25, 2023, 11:36 AM
That's why I asked ππ btw I am writing Smart contracts for my own purpose not for 3th parties. Actually I am in Big data and AI stuffsπ Cryptos are just my hobby, but I want to do it in a proper way you know.πππ
Jan 25, 2023, 11:39 AM