https://github.com/kenatsf/solidity_multisig_wallet
ETH management
https://github.com/kenatsf/solidity_multisig_wallet
crypto descentralized multisignature solidity truffle weth
Last synced: about 2 months ago
JSON representation
ETH management
- Host: GitHub
- URL: https://github.com/kenatsf/solidity_multisig_wallet
- Owner: KenatSF
- Created: 2022-02-08T05:48:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T17:37:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T04:43:16.177Z (over 1 year ago)
- Topics: crypto, descentralized, multisignature, solidity, truffle, weth
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Sig Wallet
## Dependencies
* Ganache CLI v6.12.2
* Truffle v5.1.55
* ethers v5.5.3
## Resources
* [Solidity-example](https://solidity-by-example.org/)
* [Chain Link docs](https://docs.chain.link/)
## Multi signature
* The contract receives the owners addresses inside the constructor function, also receives the confirmations number when it is deployed.
* For every transaction within the contract, a minimum of confirmations must be achieved by the owners within a certain ETH price range in usd.