https://github.com/bytangle/thursk-wallet
A multi signature wallet. It allows several owners and requires that certain number of owners sign (consent) before a transaction can take place
https://github.com/bytangle/thursk-wallet
blockchain blockchain-technology blockchain-wallet developer development ethereum ethereum-blockchain solidity solidity-contracts solidity-language wallet
Last synced: about 1 month ago
JSON representation
A multi signature wallet. It allows several owners and requires that certain number of owners sign (consent) before a transaction can take place
- Host: GitHub
- URL: https://github.com/bytangle/thursk-wallet
- Owner: bytangle
- Created: 2022-08-31T08:03:48.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-01T19:43:04.000Z (over 2 years ago)
- Last Synced: 2025-03-16T00:17:21.349Z (about 1 month ago)
- Topics: blockchain, blockchain-technology, blockchain-wallet, developer, development, ethereum, ethereum-blockchain, solidity, solidity-contracts, solidity-language, wallet
- Language: Solidity
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Signature Wallet implementation
This is an implementation of a multi signature wallet. A wallet that allows several owners and requires that a certain number of owners sign the transaction before it's executed. It also has a transaction limit feature.> Note: This wallet is experimental but it's built using the latest solidity syntax and design guidelines
This project is built with reference to ConsenSys [multi-sig wallet implementation](https://github.com/gnosis/MultiSigWallet/blob/ca981359cf5acd6a1f9db18e44777e45027df5e0/contracts).
This implementation is just for education but if you find it useful in your project, feel free to use it and if you discover errors in the code, please create an issue as that can enable me fix them as well as learn from my mistakes. Enjoy