Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semaj87/multi-sig-ethereum-wallet
Using Solidity to create a Multi Signature Wallet
https://github.com/semaj87/multi-sig-ethereum-wallet
blockchain-technology dapp defi ethereum evm smart-contracts solidity wallet
Last synced: 4 days ago
JSON representation
Using Solidity to create a Multi Signature Wallet
- Host: GitHub
- URL: https://github.com/semaj87/multi-sig-ethereum-wallet
- Owner: semaj87
- License: mit
- Created: 2021-11-04T16:50:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T22:38:46.000Z (about 3 years ago)
- Last Synced: 2024-12-03T06:17:05.115Z (2 months ago)
- Topics: blockchain-technology, dapp, defi, ethereum, evm, smart-contracts, solidity, wallet
- Language: JavaScript
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi Signature Ethereum Wallet
## About The Project
Ethereum wallets are cryptocurrency wallets used on the Ethereum Blockchain to store digital assets/tokens, providing
the ability to transfer assets/tokens from one wallet to another.This project details a Multi-sig wallet smart contract, which is a programmatic solution to the debatable insecurities
surrounding an Ethereum wallet. The smart contract ensures that a transaction between the wallet and the target
Ethereum account, can only be done once consensus has been reached by the multiple owners. This means that a
transaction from the wallet is only valid once multiple people confirm the funds can be transferred.## Multi Signature wallet
![Multi signature Ethereum wallet](img/mulit-sig-workflow.png)## Built With
* [Solidity 0.5.11](https://docs.soliditylang.org/en/v0.5.11/)
## Prerequisites
* [Solidity 0.5.11](https://docs.soliditylang.org/en/v0.5.11/)
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
- [Email](mailto:[email protected])
- [Linkedin](https://uk.linkedin.com/in/jamesaymer)
- [Github](https://github.com/JaymoAymer)## Acknowledgements
* Tasuku Nakamura