An open API service indexing awesome lists of open source software.

https://github.com/codewithdpk/multisig-wallet

Multi-signature smart wallet's smart contracts.
https://github.com/codewithdpk/multisig-wallet

Last synced: about 1 year ago
JSON representation

Multi-signature smart wallet's smart contracts.

Awesome Lists containing this project

README

          

# Multi Signature Smart Wallet

Proxy smart contracts for multi signature smart wallet.

Run and deploy using:

```shell
pnpm exec hardhat run --network mumbai scripts/deploy.js

```

Verify on explorer using:

```shell
pnpm exec hardhat verify --constructor-args arguments.js SMART_CONTRACT_ADDRESS

```