Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 773 Bytes

File metadata and controls

22 lines (19 loc) · 773 Bytes

Multisig Smart Contract

Description

A simple multisig smart contract that allows users to create multisig accounts and manage funds through transfer, stake, and unstake operations. Users can register accounts and create or approve extrinsics via a user-friendly browser interface.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/juddydev/multisig-contract.git
    cd multisig-contract