Skip to content

docs: add multisig architecture guide - #809

Open
JeremyZeng77 wants to merge 1 commit into
soroventures:mainfrom
JeremyZeng77:codex/grantfox-soromint-multisig-714
Open

docs: add multisig architecture guide#809
JeremyZeng77 wants to merge 1 commit into
soroventures:mainfrom
JeremyZeng77:codex/grantfox-soromint-multisig-714

Conversation

@JeremyZeng77

Copy link
Copy Markdown

Summary

  • add docs/architecture/multisig.md covering the multisig contract, access-control variant, backend API, MongoDB proposal model, and client service boundary
  • include Mermaid flow and sequence diagrams for proposal/approval/execution and upgrade queueing through Timelock
  • document security invariants, operational drift risks, route naming notes, and verification pointers

Verification

  • Checked Markdown code fences are balanced
  • Confirmed the new file is ASCII-only and ends with a newline
  • Reviewed references against contracts/multisig/src/lib.rs, contracts/access/src/multisig.rs, server/routes/multisig-routes.js, server/services/multisig-service.js, server/models/MultiSigTransaction.js, and client/src/services/multisigService.js

Closes #714

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add comprehensive documentation for Multisig architecture

1 participant