Skip to content

arthur-zhuk/eth-multisig-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Multisig Wallet

Solidity JavaScript Truffle Ethereum

Ethereum multisignature wallet smart contract that requires a quorum of signatures to approve transactions. Written in Solidity and deployed using Truffle to Ethereum test networks.

🚀 Live Demo

Features

  • Multisignature Support: Requires multiple signatures to approve transactions
  • Quorum-Based: Configurable quorum threshold for transaction approval
  • Secure: Smart contract-based wallet for enhanced security
  • Truffle Deployment: Easy deployment to test networks

Tech Stack

  • Smart Contracts: Solidity
  • Deployment: Truffle
  • Network: Ethereum (Kovan testnet)
  • Frontend: JavaScript/React

Installation

git clone https://github.com/arthur-zhuk/eth-multisig-wallet.git
cd eth-multisig-wallet
npm install

Usage

Compile Contracts

truffle compile

Deploy to Test Network

truffle migrate --network kovan

Run Tests

truffle test

Smart Contract Features

  • Multiple owner support
  • Configurable quorum threshold
  • Transaction proposal and approval system
  • Secure execution of approved transactions

Development

truffle compile  # Compile smart contracts
truffle migrate  # Deploy contracts
truffle test     # Run test suite

License

MIT

About

Ethereum based Multisig Wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors