shres π±
@shrestwt
Followers
0
Following
0
Media
13
Statuses
31
BUIDLER βͺοΈ college-dropout
India
Joined December 2025
As an Indian football team fan, it's sad to see footballers pleading so that they can play ISL. Why Indian Footballers did not get the help they need! Help them @FIFAcom
0
0
0
When I first wrote a Unit Test, I thought - wah! πTesting is easy just assertEq all the conditions ..done.. π
Then I get to know about Fork Test, Integration Test...
0
0
0
π Unit Test - testing a specific part of our code π Fork Test - testing on a simulated real environment π Integration Test - testing how our code works with other parts of our code π Staging Test - testing in a real environment that is not prod
0
0
0
Watched a tutorial, and wrote this PiggyBank π· π° Contract . While compiling, Remix showed warnings like better not to use transfer() & selfdestruct(). So I used call() -->instead of transfer() & instead of selfdestruct(), I used bool alreadyBroken & modifier notBroken
0
0
0
Somedays I think if I'm noob in solidity cuz I still need Ai's help to write solidity code in some spaces!!!
0
0
0
Did the challenge and learnt various concepts. Like you learn more when you actually get stuck. Never be afraid if you can't understand something at first, because eventually it will be easier.
0
0
0
Trying to do this SpeedRunEthereum Challenge called challenge-decentralized-staking, here I just have to write the solidity code properly so that the code runs correctly. But I am facing many errors. And sometimes my mind is going blank like what to do next though I've learnt!
0
0
1
Made this simple to-do smart contract using solidity. Not a big thing I know but ... I'm learning
0
0
0
Sometimes things seems hard because it just SEEMS to be Hard so you procrastinate doing it cause you think it will be hard for you! But when you try to do it .. Damn..it WAS NOT Hard at all! Be aware of your own mind games!!
0
0
0
Unit tests are a bit easier to understand than fork test! I'll try to understand how fork testing and other things of Foundry works more clearly tomorrow
0
0
1
Now will do some Foundry stuff and then jump back to solidity revision shortly
0
0
0
Wrote this Ownable contract for practice. In this contract, I used concepts like- modifier, constructor, error handling etc.
0
0
0
Solidity concepts revised till now : β
οΈ Value Datatypes β
οΈ Functions β
οΈ State Variables β
οΈ Local Variables β
οΈ Global Variables β
οΈ View & Pure β
οΈ Constants β
οΈ If Else, Ternary Operator β
οΈ For loop, While loop β
οΈ Error handling β
οΈ modifier β
οΈ constructor
0
0
0
While learning a programming language many questions arise within us, most of the time we suppress them thinking these are such silly questions. But these questions actually help us understand the language more effectively
0
0
0
Today - β’ I'll revise solidity β’ will try to understand more effectively how Foundry testing works
0
0
0
Hey, currently I'm diving deep into blockchain development. I might share here my study-logs or any concepts that I find interesting! Let's begin this journey π±
0
0
0