Skip to content

πŸ” Gnosis Vault is a custom-built, private Safe{Wallet} automation suite. It powers seamless multisig proposals, GitHub Actions, and dashboard updates with real-time integration to Discord, Slack, and Telegram. Built for secure vault control, Web3 ops, and Mini App deployment at scale.

License

Notifications You must be signed in to change notification settings

Safe-Wallet-Custom-Secure-dApp/Gnosis_vault-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Gnosis Vault β€” Custom Safe Wallet Automation Suite

Built for humans. Powered by code. Governed by Gnosis-vaultπŸ” org.

Secure. Automated. Multichain. GitHub-native.

This repository powers a fully automated multisig coordination system using:

  • Safe{Wallet}
  • Reown (MPC signing)
  • GitHub Actions + Discord + Slack + Telegram
  • Next.js/TypeScript dashboards deployed on Vercel
  • Proposal pipelines integrated with PRs, issues, and labels

🌍 Safe Vaults (Multichain)

Role Address Network Threshold Status
Legacy Vault 0x10A1...2e4f Ethereum 2/3 βœ… Active
Primary Org Vault 0x821f...Ed675 Arbitrum 2/3 βœ… Active
Signer Key Vault 0xAfD5...A0A0 Ethereum 1/1 βœ… Active

Vaults are monitored, updated, and coordinated through GitHub PRs and automated workflows.


πŸ“œ Project Structure

File/Dir Purpose
.github/workflows/update-readme.yml Syncs proposal + signer info to this README
scripts/fetch-proposals.ts Pulls live Safe proposals
scripts/generate-upside-down.ts Creates an alternate README (flipped order)
status.json Live health data for GitHub, Safe, and dashboard
config/safes.json Metadata source for multisig addresses
logs/safe-proposals.json Proposal history log

πŸ€– Automation Flow

  • 🟒 GitHub PR/issue/label β†’ creates Safe proposal
  • πŸ” Reown handles MPC signing and owner confirmation
  • πŸ›° GitHub Actions pull updates and push to dashboard
  • πŸ”” Discord/Slack/Telegram notify members in real-time
  • 🧾 README.md is regenerated daily with live status

🚨 Proposal Activity

Synced daily from Safe β†’ GitHub

Date Description Status Safe
2025-07-18 Transfer 0.5 ETH to 0xCafe...Babe βœ… Pending Arbitrum Vault 0x821f...
2025-07-19 3.21 ETH to 0xDead...Beef βœ… Signed Ethereum Vault 0x10A1...
2025-07-20 1.00 ETH to 0x1234...5678 ⏳ Awaiting Signer Vault 0xAfD5...

πŸ“‚ View full proposal history β†’ .github-private/logs/safe-proposals.json


🌐 Dashboard + Frontend Status

Component Status Link/Source
GitHub Action CI βœ… Running .github/workflows/update-readme.yml
Replit UI (Dev) βœ… Online Dev Preview
Vercel (Production) βœ… Online chatgtp-bot-reown.xyz
Safe Frontend Status βœ… Synced status.json

πŸ§ͺ /status endpoint coming soon


πŸ›  Onboarding

  1. Accept GitHub org invite
  2. Join Safe{Wallet} as a signer
  3. Install Reown App
  4. Join Discord & Telegram for alerts
  5. Sign proposals via UI or GitHub PRs

πŸ” Org Members

Name Role
@thegoodeth12 Vault Architect, DevOps, Maintainer
@gnosisbot GitHub bot for proposals
@Reown Secure MPC signing logic

πŸ’‘ Features

  • 🌐 Multichain Safe support (Arbitrum, Ethereum, Base, etc.)
  • πŸ” Reown signing (no private keys)
  • πŸ€– GitHub PR-to-Proposal flow
  • 🟣 Discord/Slack notifications
  • πŸ“Š Proposal dashboard + live README injection
  • 🧠 Dashboard extensions for signers, balances, history
  • πŸ§ͺ Private GitHub automation + CI/CD
  • πŸ“¦ AppKit + SDK integration

πŸ§ͺ Developer Commands

# Build project
pnpm install && pnpm run build

# Flip README
pnpm run flip-readme

# Update README manually
pnpm run update-readme

# Clean build
pnpm run clean

About

πŸ” Gnosis Vault is a custom-built, private Safe{Wallet} automation suite. It powers seamless multisig proposals, GitHub Actions, and dashboard updates with real-time integration to Discord, Slack, and Telegram. Built for secure vault control, Web3 ops, and Mini App deployment at scale.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published