Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 518 Bytes

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:
    npm run compile
    npm run test