Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a bank smart contract #10

Closed
mbcse opened this issue Dec 14, 2021 · 8 comments · Fixed by #21
Closed

Create a bank smart contract #10

mbcse opened this issue Dec 14, 2021 · 8 comments · Fixed by #21
Assignees
Labels
ALL BLOCKCHAINS easy Points will be: 1(1st Phase), 2(2nd Phase). 1 day will be allotted. good first issue This issue is good for first timers JWOC This issue/pull request will be considered for JWOC 2k22. 🤩 Up for Grab This issue is not assigned ! Grab It !

Comments

@mbcse
Copy link
Contributor

mbcse commented Dec 14, 2021

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 mbcse added good first issue This issue is good for first timers Ethereum labels Dec 14, 2021
@mbcse
Copy link
Contributor Author

mbcse commented Dec 14, 2021

@nidz27

@nidz27
Copy link

nidz27 commented Dec 14, 2021

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

@nidz27
Copy link

nidz27 commented Dec 16, 2021

@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
Copy link

nidz27 commented Dec 16, 2021

@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
Copy link

AbhinavXT commented Dec 18, 2021

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
Copy link

nidz27 commented Dec 18, 2021

@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
Copy link

@nidz27 This might help you Solidity by example

@mbcse mbcse added ALL BLOCKCHAINS easy Points will be: 1(1st Phase), 2(2nd Phase). 1 day will be allotted. JWOC This issue/pull request will be considered for JWOC 2k22. 🤩 Up for Grab This issue is not assigned ! Grab It ! and removed Ethereum labels Jan 31, 2022
@belelaritra
Copy link
Contributor

I want to work on this issue under JWOC.

belelaritra added a commit to belelaritra/web3-hub that referenced this issue Feb 2, 2022
@mbcse mbcse closed this as completed in #21 Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ALL BLOCKCHAINS easy Points will be: 1(1st Phase), 2(2nd Phase). 1 day will be allotted. good first issue This issue is good for first timers JWOC This issue/pull request will be considered for JWOC 2k22. 🤩 Up for Grab This issue is not assigned ! Grab It !
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants