An open API service indexing awesome lists of open source software.

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

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.