{"id":42649236,"url":"https://github.com/mimir-labs/mimir-wallet","last_synced_at":"2026-02-03T10:03:46.005Z","repository":{"id":209988038,"uuid":"633692953","full_name":"mimir-labs/mimir-wallet","owner":"mimir-labs","description":"The best enterprise-level multi-signature account (multisig) management tool for Polkadot, Kusama, and other substrate-based chains.","archived":false,"fork":false,"pushed_at":"2026-01-29T05:41:41.000Z","size":13419,"stargazers_count":175,"open_issues_count":4,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-29T21:48:47.564Z","etag":null,"topics":["blockchain","multisig","polkadot","substrate","wallet"],"latest_commit_sha":null,"homepage":"https://app.mimir.global","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mimir-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-28T04:23:25.000Z","updated_at":"2026-01-29T05:41:32.000Z","dependencies_parsed_at":"2023-12-25T06:26:14.080Z","dependency_job_id":"744cd2d5-be1e-440b-8c87-7ec5ca783120","html_url":"https://github.com/mimir-labs/mimir-wallet","commit_stats":null,"previous_names":["mimir-labs/mimir-wallet"],"tags_count":332,"template":false,"template_full_name":null,"purl":"pkg:github/mimir-labs/mimir-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimir-labs%2Fmimir-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimir-labs%2Fmimir-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimir-labs%2Fmimir-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimir-labs%2Fmimir-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mimir-labs","download_url":"https://codeload.github.com/mimir-labs/mimir-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimir-labs%2Fmimir-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29040787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T09:57:37.951Z","status":"ssl_error","status_checked_at":"2026-02-03T09:55:14.920Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","multisig","polkadot","substrate","wallet"],"created_at":"2026-01-29T07:19:04.149Z","updated_at":"2026-02-03T10:03:45.989Z","avatar_url":"https://github.com/mimir-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mimir Wallet\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![GitHub Stars](https://img.shields.io/github/stars/mimir-labs/mimir-wallet.svg)](https://github.com/mimir-labs/mimir-wallet/stargazers)\n[![Node.js](https://img.shields.io/badge/Node.js-22%2B-green)](https://nodejs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue)](https://www.typescriptlang.org/)\n\nEnterprise-grade multi-signature wallet for the Polkadot ecosystem. Built as a Progressive Web App with React, TypeScript, and Vite.\n\n**[Live Demo](https://app.mimir.global)** · [Documentation](https://docs.mimir.global) · [Report Bug](https://github.com/mimir-labs/mimir-wallet/issues)\n\n## Features\n\n- **Multi-Signature Management** - Flexible M-of-N signature schemes with hardware wallet support (Ledger)\n- **Cross-Chain Operations** - XCM transfers across 40+ Polkadot parachains\n- **Transaction Simulation** - Preview transaction effects with Chopsticks integration\n- **Progressive Web App** - Installable with offline capabilities\n- **Batch Transactions** - Execute multiple operations efficiently\n\n## Quick Start\n\n```bash\n# Clone repository\ngit clone https://github.com/mimir-labs/mimir-wallet.git\ncd mimir-wallet\n\n# Install dependencies (requires Node.js 22+ and pnpm 10+)\ncorepack enable\npnpm install\n\n# Start development server\npnpm dev\n```\n\nOpen http://localhost:5173 in your browser.\n\n## Project Structure\n\n```\nmimir-wallet/\n├── app/                      # Main wallet application (React + Vite PWA)\n├── packages/\n│   ├── polkadot-core/        # Blockchain integration (Polkadot.js API, Chopsticks)\n│   ├── service/              # HTTP client, React Query, WebSocket\n│   ├── ui/                   # ShadCN/UI component library\n│   └── dev/                  # ESLint, TypeScript configs\n```\n\n## Tech Stack\n\n**Frontend**: React, TypeScript, Vite, Tailwind CSS, ShadCN/UI\n**Blockchain**: Polkadot.js API, Chopsticks, WalletConnect\n**State**: TanStack Query, Zustand, TanStack Router\n**Build**: Turbo, pnpm, Vitest\n\n## Development\n\n```bash\npnpm dev          # Start dev server\npnpm build        # Production build\npnpm check-types  # TypeScript check\npnpm lint         # ESLint\npnpm test         # Run tests\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit using conventional commits (`pnpm commit`)\n4. Open a Pull Request\n\n## Community\n\n- [Telegram](https://t.me/+t7vZ1kXV5h1kNGQ9)\n- [Twitter](https://twitter.com/Mimir_global)\n\n## License\n\n[Apache License 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimir-labs%2Fmimir-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmimir-labs%2Fmimir-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimir-labs%2Fmimir-wallet/lists"}