theblockchainchief / web3-hub

Ready to use smart contracts and web3 scripts to ease your Blockchain Development
20 stars 19 forks source link

Create a bank smart contract #10

Closed mbcse closed 2 years ago

mbcse commented 2 years ago

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

mbcse commented 2 years ago

@nidz27

nidz27 commented 2 years ago

@mbcse Thank you for creating this issue. I will start working on it.

nidz27 commented 2 years ago

@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.

nidz27 commented 2 years ago

@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.

AbhinavXT commented 2 years ago

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.

nidz27 commented 2 years ago

@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.

AbhinavXT commented 2 years ago

@nidz27 This might help you Solidity by example

belelaritra commented 2 years ago

I want to work on this issue under JWOC.