https://github.com/distributed-lab/zk-multisig
https://github.com/distributed-lab/zk-multisig
multisig solidity zero-knowledge zk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/distributed-lab/zk-multisig
- Owner: distributed-lab
- License: mit
- Created: 2024-06-13T10:28:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T10:19:51.000Z (11 months ago)
- Last Synced: 2025-01-13T05:41:47.327Z (6 months ago)
- Topics: multisig, solidity, zero-knowledge, zk
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic Implementation of ZK Multisig Smart Contracts
This project consists of a basic implementation of ZK (Zero-Knowledge) multisig smart contracts.
The contracts are divided into two parts:
- **ZK Multisig Factory** - Manages and deploys multisig contracts.
- **ZK Multisig** - The implementation of the multisig contract itself.For more details, refer to the documentation: [Link to Documentation]
## Steps to Build the Project
1. Compile the contracts:
```bash
npm run compile
npm run test
```