Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Soroban Multisig

A multi-signature wallet smart contract for Soroban on the Stellar network.

Features

  • Configurable Signers: Add/remove owners with on-chain governance
  • Threshold Approvals: Require M-of-N signatures for transaction execution
  • Transaction Queueing: Submit, approve, and execute transactions asynchronously
  • Time-locked Execution: Optional timelock for high-value transactions
  • Batch Operations: Execute multiple contract calls in a single transaction

Architecture

┌─────────────┐     ┌──────────────┐     ┌─────────────┐
│  Signer 1   │────▶│              │     │  Stellar    │
│  Signer 2   │────▶│   Multisig   │────▶│  Network    │
│  Signer N   │────▶│   Contract   │     │  Contracts  │
└─────────────┘     └──────────────┘     └─────────────┘

Quick Start

# Build the contract
soroban contract build

# Run tests
cargo test

License

MIT

About

Multi-signature wallet smart contract for Soroban on Stellar

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors