Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohanranjan25061996/multi-sig-wallet
Multi-Signature wallet app on ethereum testnet n/w rinkeby.
https://github.com/rohanranjan25061996/multi-sig-wallet
ethereum ethereum-contract etherjs hardhat reactjs solidity solidity-contracts
Last synced: about 2 months ago
JSON representation
Multi-Signature wallet app on ethereum testnet n/w rinkeby.
- Host: GitHub
- URL: https://github.com/rohanranjan25061996/multi-sig-wallet
- Owner: rohanranjan25061996
- Created: 2022-03-21T11:22:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T14:08:46.000Z (almost 3 years ago)
- Last Synced: 2023-12-30T14:33:16.640Z (about 1 year ago)
- Topics: ethereum, ethereum-contract, etherjs, hardhat, reactjs, solidity, solidity-contracts
- Language: JavaScript
- Homepage:
- Size: 998 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Sig-Wallet
https://our-multisig-wallet.netlify.app
Smart Contract Address: 0xD693b2dB580fcC70FD7cF00301B174558E7F84dC (on testnet n/w rinkeby)
Multisignature (multisig) wallets are smart contracts that allow multiple signers to review and agree on an action on the blockchain ... Multisignature (multisig) wallets are smart contracts that allow multiple signers to review and agree on an action on the blockchain before the action is executed.
In this app we can multiple owner and also current owner can remove other owner's also. Here can we can create transaction with payee address and amount(wei). After creating transaction all current owner must be approved the transaction only after that amount will be deposit to payee address. We can see on dashboard how many current owner's are approved the transaction and pending. Once all the owners approve the transaction then we get option to sumit the transaction and after sumbit the transaction will become to done state.
Note: If current user is not in owner list then that user can't remove other owenr's and also not approve the current transaction, only
current owner's have access to add new owner.# Technologies
#### Frontend
1. React Js
#### Backend
1. Solidity(Smart Contract v:0.8.4)
2. Hardhat
3. Infuraopen for the suggestions..
Thank you so much.......