Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/distributed-lab/zk-multisig


https://github.com/distributed-lab/zk-multisig

Last synced: about 2 months ago
JSON representation

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
```