sanjaybip / multisig-wallet-builder

Compose a multisig wallet and execute transaction with minimum number of signers required

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘› MultiSigBuilder (Create MultiSig Wallets)

This builder helps to create MultiSig Wallets. It has front-end based on scaffold-eth | BuidlGuidl which let you create a multisig wallets along with the owner and minimum number of signer required. The front-end also allow to create proposal, sign it and execute it.

Contract is deployed at Goerli testnet.

Frontend : multisig-sanjaydefi.surge.sh.

πŸ„β€β™‚οΈ Quick Start

Prerequisites: Node (v16 LTS) plus Yarn and Git

clone MultiSigBuilder:

git clone https://github.com/sanjaydefidev/multisig-wallet-builder.git

install and start Hardhat chain locally:

cd multisig-wallet-builder
yarn install
yarn chain

in a second terminal window, start the frontend:

yarn start

in a third terminal window, deploy the contract:

yarn deploy

in a fourth terminal window, start the node backend server:

yarn backend

Thanks to Austin Griffith and Steven Slade.

About

Compose a multisig wallet and execute transaction with minimum number of signers required

License:MIT License


Languages

Language:CSS 82.0%Language:JavaScript 16.8%Language:Solidity 0.7%Language:Shell 0.3%Language:HTML 0.1%Language:TypeScript 0.1%Language:Less 0.1%