{"id":19861209,"url":"https://github.com/impierce/identity-wallet","last_synced_at":"2025-05-02T04:30:36.225Z","repository":{"id":196525155,"uuid":"588557077","full_name":"impierce/identity-wallet","owner":"impierce","description":"A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.","archived":false,"fork":false,"pushed_at":"2025-04-10T16:42:49.000Z","size":10215,"stargazers_count":34,"open_issues_count":90,"forks_count":3,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-04-10T18:07:47.029Z","etag":null,"topics":["did","identity-wallet","self-sovereign-identity","tauri","verifiable-credentials"],"latest_commit_sha":null,"homepage":"https://www.impierce.com","language":"Rust","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/impierce.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}},"created_at":"2023-01-13T12:13:47.000Z","updated_at":"2025-04-08T22:55:16.000Z","dependencies_parsed_at":"2023-12-20T21:30:04.105Z","dependency_job_id":"548cd0d4-33a6-445d-996a-4a1e0cd4fca9","html_url":"https://github.com/impierce/identity-wallet","commit_stats":null,"previous_names":["impierce/identity-wallet"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impierce%2Fidentity-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impierce%2Fidentity-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impierce%2Fidentity-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impierce%2Fidentity-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/impierce","download_url":"https://codeload.github.com/impierce/identity-wallet/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251986646,"owners_count":21675950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["did","identity-wallet","self-sovereign-identity","tauri","verifiable-credentials"],"created_at":"2024-11-12T15:08:18.288Z","updated_at":"2025-05-02T04:30:31.238Z","avatar_url":"https://github.com/impierce.png","language":"Rust","funding_links":[],"categories":["Applications"],"sub_categories":["Productivity"],"readme":"![banner.svg](https://github.com/impierce/identity-wallet/raw/HEAD/.github/banner.svg)\n\n---\n\n# UniMe - Identity Wallet\n\nIdentity Wallet for people to manage Decentralized Identities and Verifiable Credentials.\n\n## Tech stack\n\nThis app is built with [Tauri 2.0](https://v2.tauri.app/). It uses [Rust](https://www.rust-lang.org/) in the backend and [SvelteKit](https://kit.svelte.dev/), [Tailwind CSS](https://tailwindcss.com/), and [Melt UI](https://melt-ui.com/) in the frontend.\n\n## Develop\n\nThis repository uses [pnpm workspaces](https://pnpm.io/workspaces):\n\n| Path                | Description                                             |\n| :------------------ | :------------------------------------------------------ |\n| `./`                | Project root with Prettier configuration.               |\n| `./unime`           | pnpm workspace with UniMe frontend.                     |\n| `./unime/src-tauri` | Tauri Rust app (not a pnpm workspace).                  |\n| `./identity-wallet` | Rust package with UniMe backend (not a pnpm workspace). |\n\nGet up and running with these steps:\n\n### 1. Set environment variables\n\nCopy the file `.env.example` to `.env` and set the values accordingly.\n\n### 2. Install dependencies\n\n```sh\npnpm i\n```\n\n### 3. Generate icons\n\n```sh\ncd unime/src-tauri\ncargo tauri icon\n```\n\n### 4. Run the app\n\nYou can run the following commands from the project root:\n\n```sh\n# Desktop\npnpm tauri dev\n\n# Android\npnpm tauri android init\npnpm tauri android dev\n\n# iOS\npnpm tauri ios init\npnpm tauri ios dev\n```\n\n## Contributing\n\n\u003e [!NOTE]\n\u003e Before committing, please make sure the code is formatted, linted, and passes all tests.\n\n### UniMe frontend\n\nRun the following commands from the project root:\n\n```sh\npnpm format\npnpm lint\npnpm test\n```\n\nRun these commands from `./unime/src-tauri`:\n\n```sh\ncargo fmt\ncargo clippy\ncargo test\n```\n\n### UniMe backend package\n\nRun these commands from `./identity-wallet`:\n\n```sh\ncargo fmt\ncargo clippy\ncargo test\n```\n\n### VS Code support\n\nRecommended extensions are listed in `.vscode/extensions.json`.\n\n### Troubleshooting\n\nIf you have issues with `cargo tauri build` run the following command.\n\n```sh\n# Linux, macOS\nrm -rf ~/.cargo/git/checkouts/*\n\n# Windows\nrd /s /q \"%USERPROFILE%\\.cargo\\git\\checkouts\"\n```\n\n### Debugging\n\nYou can simulate safe area insets during development by overriding CSS variables `--safe-area-inset-top` and `--safe-area-inset-button` in `unime/src/app.css`. You can add styling to the safe area insets by setting `PUBLIC_STYLE_SAFE_AREA_INSETS=true` in your `.env`.\n\n## Release a new version\n\n1. Search the entire project for the current version string (such as `0.6.2`) and replace them with the new version string.\n   Be **cautious** not to replace versions of any other dependencies (in `Cargo.toml`, `Cargo.lock`, `package.json`, `package-lock.json`).\n2. Run the script in `unime/src-tauri/gen-static/apply.sh` which copies over the changed files into the (untracked) generated folders for Android and iOS.\n3. Inside `unime/src-tauri` run `cargo tauri icon`.\n4. Run `npm run tauri ios build` and `npm run tauri android build` to build the apps. The iOS build (`.ipa`) will be in `unime/src-tauri/gen/apple/build/arm64` and the Android builds (`.apk` and `.aab`) will be in `unime/src-tauri/gen/android/app/build/outputs/`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpierce%2Fidentity-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimpierce%2Fidentity-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpierce%2Fidentity-wallet/lists"}