Skip to content

enxtur/evm-multisig-wallet

Repository files navigation

Multisig wallet

Introducing a secure multisig wallet smart contract for the Ethereum network. Only administrators have the ability to create proposals for adding or removing members, changing the output address, or making transactions to the output address. Members can then accept or reject these proposals, ensuring collective decision-making for the management of funds. Upgrade the security of your assets with this feature-rich multisig wallet solution.

npm install -g truffle
npm install
npm test

Deploying

truffle dashboard
truffle migrate --network dashboard

Interact to the contract

with truffle web3

truffle exec src/with-truffle.js --network dashboard

without truffle

node src/without-truffle.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published