Just starting on my journey of solidity programming. You have started to answer questions, but leaving me with more! Will be going through your channel to find as much info as possible
so there isnt. I ll do another videos on how to manage floating point number in solidity. but basically you need to multiply your float so that it becomes an integer, and manipulate that.
Hello Beginner questions - Do you have any recommendations/videos where you can learn the structure of the syntax - for example when calling on functions I am not sure when to use ( ) and when and when not to insert arguments inside? Any suggestions on resources or videos you have made?
can you do a video on how to return multiple arguments from a function , function calling , returning multi dimensional arrays , and recursive functions etc
How does it run in the blockchain? Is it simply just running on EVERY computer that is running Ethereum? And how does the memory architecture look like if we're running it on someone else's computer?
seems like a bug... I tried "0x74686973", which is a hash coming from web3.utils.fromAscii(), so I know its correct. You can ask in the gitter channel of Remix, and let us know here what they say.
Just starting on my journey of solidity programming. You have started to answer questions, but leaving me with more!
Will be going through your channel to find as much info as possible
Your tutorials are excellent! I love every single one!
glad its helpful :)
EatTheBlocks My goal is to realize a DeFi project that I have in mind.
Finally an excellent solidity tutorial. Thanks a lot and keep it uup
Thanks Carlos glad u enjoy it!
You are a brilliant teacher.
thanks!
Thank you for the nice introduction
this was amazing , well done mate , do this again with the new version of solidity .8 ++ it would be awesome
Thanks! Will do!
+1
Thank you
you are awesome buddy
Thanks nice explanation.Is there any data type to hold floating values?
so there isnt. I ll do another videos on how to manage floating point number in solidity. but basically you need to multiply your float so that it becomes an integer, and manipulate that.
@@EatTheBlocks Ok Thanks.
is Bool a variable or a data type ?
Hello
Beginner questions - Do you have any recommendations/videos where you can learn the structure of the syntax - for example when calling on functions I am not sure when to use ( ) and when and when not to insert arguments inside? Any suggestions on resources or videos you have made?
So you don’t have to initialize the variables as parameters in the function? Example add(a, b) etc…..?
Thank you
You're welcome 😊
can you do a video on how to return multiple arguments from a function , function calling , returning multi dimensional arrays , and recursive functions etc
thanks for the suggestion, I ll think about it!
How does it run in the blockchain? Is it simply just running on EVERY computer that is running Ethereum? And how does the memory architecture look like if we're running it on someone else's computer?
Can we use float type numbers in solidity..?
no we cant. We only use integers.
please let me know , what is the input for bytes32, i enter a string or binary or hex, it gives error?
seems like a bug... I tried "0x74686973", which is a hash coming from web3.utils.fromAscii(), so I know its correct.
You can ask in the gitter channel of Remix, and let us know here what they say.
Спасибо
Does this mean thank you? thanks haha!
Your free email course is no more free now. It costs $ 249
? This is the free (video) course, which is still...free indeed.
eattheblocks.com/bootcamp
Awesome intro video for variable types! but as per my understanding, value type and variable type, they are not the same, right?