This project is licensed under the MIT License β see the LICENSE file for details.
Live App: [http://reown-appkit-delta.vercel.app]
β
Safe App Ready Β· π’ GitHub Actions Enabled Β· β‘οΈ Vercel Deployed
SafeVault is a secure, fully integrated dashboard for managing your Safe{Wallet}. It empowers Safe owners to view account info, propose transactions, manage thresholds, and receive real-time updatesβall in one interface.
Package | Purpose |
---|---|
@safe-global/protocol-kit |
Interact with Safe smart contracts |
@safe-global/api-kit |
Communicate with the Safe Transaction Service |
@safe-global/safe-core-sdk-types |
Type definitions for Safe SDK |
ethers |
Ethereum JavaScript SDK |
dotenv |
Environment variable support |
Dev Dependencies:
typescript
β TypeScript compilerts-node
β Run TypeScript directlyTo use SafeVault inside app.safe.global:
https://safe-vault-f44t.vercel.app
It will load inside the Safe iframe, automatically detecting your Safe address and chain.
git clone https://github.com/Safe-app-eth/SafeVault-.git
cd SafeVault-
npm install
npm run dev
Then open http://localhost:3000
in your browser.
This project uses Vercel for continuous deployment.
π Live Site: https://safe-vault-f44t.vercel.app
π Every push to main
triggers a redeploy.
This repository includes a GitHub Action that:
Workflow file: .github/workflows/sign-safe-proposals.yml
manifest.json
for Safe{App}Place the following in your public/manifest.json
for Safe Apps SDK compatibility:
{
"name": "SafeVault",
"description": "Dashboard for viewing and managing Safe{Wallet} accounts",
"iconPath": "logo.svg",
"network": {
"chainId": [1, 42161]
}
}
Loading proposalsβ¦
.github/workflows/sign-safe-proposals.yml
v1.0.0
Reactive primitives for Ethereum apps
--- ## Documentation For documentation and guides, visit [wagmi.sh](https://wagmi.sh). ## Community For help, discussion about best practices, or any other conversation that would benefit from being searchable: [Discuss Wagmi on GitHub](https://github.com/wevm/wagmi/discussions) For casual chit-chat with others using the framework: [Join the Wagmi Discord](https://discord.gg/SghfWBKexF) ## Contributing Contributions to Wagmi are greatly appreciated! If you're interested in contributing to Wagmi, please read the [Contributing Guide](https://wagmi.sh/dev/contributing) **before submitting a pull request**. ## Sponsors If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support). Thank you π [Sponsor Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support_bottom)