$25

PEG Multisig Vault

I want this!

PEG Multisig Vault

$25

PEG Multisig Vault

Secure, file-based multisig smart contract — no blockchain required.

A lightweight multisignature vault for Python teams and builders.
No installs. No blockchain. Just smart logic and tamper-proof execution.


⚙️ Features

  • Unlimited wallet owners
  • Adjustable threshold (M-of-N)
  • File-based TX flow: tx_requests/, approvals/, history/
  • SHA-256 transaction hash verification (anti-tamper)
  • Revoke + re-approve flexibility
  • Zero dependencies — pure Python
  • Built on PEG’s 259M TPS parallel execution model (no external queues, no Redis, no server lag)

📦 Includes

  • multisig.py — Core logic
  • vault.json — Sample signer config
  • README.md — Setup & usage
  • LICENSE.txt — Terms
  • Runtime folders: tx_requests/, approvals/, history/

🔐 Example Usage (Python ≥ 3.8)

from multisig import PEGMultisig

vault = PEGMultisig()

vault.create_tx("tx001", {"amount": 100, "to": "wallet_xyz"})

vault.approve("tx001", "alice")

vault.release_tx("tx001")


🔐 License Terms

© 2025 Game Theory Energy Inc.

Licensed for:

✔ Personal use

✔ Educational use

✔ Small business projects (revenue under $25k/year)

Prohibited:

✘ Commercial use by banks, fintech, or resellers

✘ Redistribution or bundling with third-party tools

For enterprise licensing, visit our Gumroad store.

All rights reserved.


I want this!
Size
3.69 KB
Copy product URL