Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/distributed-lab/zk-multisig
https://github.com/distributed-lab/zk-multisig
Last synced: about 2 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T10:19:51.000Z (4 months ago)
- Last Synced: 2024-08-27T11:36:49.415Z (4 months ago)
- Language: TypeScript
- Size: 198 KB
- Stars: 0
- 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
```