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.
- Host: GitHub
- URL: https://github.com/codewithdpk/multisig-wallet
- Owner: codewithdpk
- Created: 2024-02-25T13:11:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T13:17:21.000Z (over 2 years ago)
- Last Synced: 2024-12-04T13:48:27.887Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```