https://github.com/gift-stack/squads-v4-backup-ui
https://github.com/gift-stack/squads-v4-backup-ui
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gift-stack/squads-v4-backup-ui
- Owner: Gift-Stack
- License: agpl-3.0
- Created: 2025-04-27T10:25:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T17:50:33.000Z (about 1 year ago)
- Last Synced: 2025-06-02T02:16:59.168Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://squads-alt-fe.vercel.app
- Size: 399 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Squads v4 Public Client: Backup
This is an open-source interface that allows you to interact with the Squads program where your assets sit. You can fork it and host it locally to access your Squads account(s) and then, for instance, withdraw your assets.
> [!NOTE]
> Did you expect to find `Squads' minimal UI` here? You're _kind of_ in the right place! We have this extra, and continously managed, UI to locally access and manage your Squads account(s) in the unlikely event that the Squads app would be unavailable for a long period.
>
> The code for the official Squads' public FE implementation can be found [here](https://github.com/Squads-Protocol/squads-v4-public-ui) and the documentation [here](https://docs.squads.so/main).
## ✅ Features
- ✅ Read existing Squads and transactions
- ✅ View token balances
- ✅ Manage Squads
- ✅ Execute transactions (vault + config transactions)
- ✅ Create new Squads
- 🔜 Increase threshold
- 🔜 Token transfers and trading
## 🔧 Setup
```bash
git clone https://github.com/Gift-Stack/squads-v4-backup-ui.git
cd squads-v4-backup-ui
yarn install # or pnpm / npm install
yarn dev # or npm run dev / pnpm dev
```