Vikash-8090-Yadav / Solidity-Pathshala

One place for the smart contract developer. This repo will have all the smart contract written in the remix ide .It contains all the source code with the screen shot.
MIT License
42 stars 55 forks source link

Multi signature wallet #209

Closed Kaushan-Dutta closed 1 year ago

Kaushan-Dutta commented 1 year ago

Description

Project Description Based on the DAOs ideology, a decision can only be implemented after a certain percentage of owner votes for it.

Problem it Solves Most of the time we see that to make a transaction happen we need the signature of a single owner, which means that he controls all the authorization but let suppose what if we distribute the power to more than one person so that when any transaction will happen we need to have the signature of all the owners and based upon majority we will decide whether the transaction will happen or not.

Technologies

github-actions[bot] commented 1 year ago

Hello there!👋, @Kaushan-Dutta Welcome to the Solidity-Pathshala! 🚀⚡Thank you and Congratulations🎉 for opening a issue in this project. Please make sure not to start working on this issue, unless you are assigned to it.😄

github-actions[bot] commented 1 year ago

Hi 😄, thanks for creating your first issue at Solidity-Pathshala!🚀⚡.

Kaushan-Dutta commented 1 year ago

Can you check it please

Vikash-8090-Yadav commented 1 year ago

Yah wait . checking @Kaushan-Dutta

Vikash-8090-Yadav commented 1 year ago

@Kaushan-Dutta tell me one thing , you are making full stack Dapp or only the smart contract part ?

Kaushan-Dutta commented 1 year ago

Going to do both of them

Vikash-8090-Yadav commented 1 year ago

Okh , so include the Smart contract thing in this repo only and for the Full stack refer the Web3 World . Hope u understand !.