Skip to content

A Multisig Factory Solidity smart contract built with the Hardhat framework that allows the creation and deployment of multiple multi-signature wallets (multisigs). Each wallet requires a minimum number of approvals from designated signers before executing transactions, providing enhanced security for managing funds.

Notifications You must be signed in to change notification settings

khayss/multi-sig-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts

About

A Multisig Factory Solidity smart contract built with the Hardhat framework that allows the creation and deployment of multiple multi-signature wallets (multisigs). Each wallet requires a minimum number of approvals from designated signers before executing transactions, providing enhanced security for managing funds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published