https://github.com/codeluminary/multi-sign-wallet
A sample of multi signatory wallet where every transaction have to be approve by some of the owners of a smart contract
https://github.com/codeluminary/multi-sign-wallet
multisig-wallets smart-contracts solidity
Last synced: 6 months ago
JSON representation
A sample of multi signatory wallet where every transaction have to be approve by some of the owners of a smart contract
- Host: GitHub
- URL: https://github.com/codeluminary/multi-sign-wallet
- Owner: CodeLuminary
- Created: 2022-03-29T10:47:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T23:38:05.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T18:39:21.616Z (about 1 year ago)
- Topics: multisig-wallets, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## multi-sign-wallet
## Start Development
Kindly fork and clone the repo
## Installation
### SET UP LOCAL BLOCKCHAIN
Download [Ganache](https://trufflesuite.com/ganache/index.html) which is a local blockchain that you can run the smart contract
### SMART CONTRACT SETUP
You can copy the code in 'MultiSigWallet.sol' and paste in [Remix](https://remix.ethereum.org), then compile and deploy to local blockchain.