Closed mbcse closed 2 years ago
@nidz27
@mbcse Thank you for creating this issue. I will start working on it.
@mbcse I have made a very simple contract. But it is still not working. Like it is not returning the balance once the deposit is made. Please help me out.
@mbcse Also I spotted a very minor error in your readme. I also wanted to ask you that once we fork the repo you have said in the guidelines that we need to make a new branch. What is that? Moreover you have said about the pull request but about the files that you have mentioned to be uploaded, you have not mentioned that when do we have to upload that. Is it during the pull request? Please let me know, it will help me and I can also update that in your readme.
Hey! @nidz27 If you are new to git and github they try this tutorial to learn the working of git and github.
Also, what are you using to develop and test smart contracts ? have you tried remix ? It is a web-based ethereum IDE, great for beginners.
@AbhinavXT Thank you for the tutorial. As for the smart contracts, I am using remix. The code even got compiled but it is not executing properly.
@nidz27 This might help you Solidity by example
I want to work on this issue under JWOC.
Make a contract where a user can deposit, withdraw funds, etc like in bank. Add more functions by researching what additional things can be added apart from basic banking operations