https://github.com/nishantcoder108/multisig-dapp-pinocchio
https://github.com/nishantcoder108/multisig-dapp-pinocchio
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nishantcoder108/multisig-dapp-pinocchio
- Owner: NishantCoder108
- Created: 2025-07-24T01:12:10.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-24T01:21:56.000Z (11 months ago)
- Last Synced: 2025-09-06T21:00:45.535Z (9 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Multisig Program in Pinocchio
This is a comprehensive multisig program built with Pinocchio, a zero-dependency
library for creating Solana programs.
## What is a Multisig?
A multisig (multi-signature) wallet requires multiple signatures to execute transactions.
For example, a 2-of-3 multisig requires 2 out of 3 members to approve a transaction.
## Program Instructions:
1. initialize_multisig - **Initializes a new multisig wallet**
2. update_multisig - **Updates multisig settings**
6. create_proposal - **Creates a new transaction proposal**
7. vote - **Vote on a proposal (approve/reject)**
8. close_proposal - **Execute or cancel a proposal**