{"id":20246438,"url":"https://github.com/vitelabs/vite-wallet","last_synced_at":"2025-04-10T21:13:52.840Z","repository":{"id":37189676,"uuid":"140549092","full_name":"vitelabs/vite-wallet","owner":"vitelabs","description":"The Desktop Wallet of Vite","archived":false,"fork":false,"pushed_at":"2023-10-17T08:35:42.000Z","size":25780,"stargazers_count":37,"open_issues_count":30,"forks_count":14,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-10T21:13:40.901Z","etag":null,"topics":["crypto-wallet","electron","javascript","vite","vue"],"latest_commit_sha":null,"homepage":"http://vite.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitelabs.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"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":"2018-07-11T08:59:22.000Z","updated_at":"2024-07-30T18:00:25.000Z","dependencies_parsed_at":"2024-11-14T09:31:03.452Z","dependency_job_id":"afc3db03-54c8-4a0a-97d4-185ae1476c5b","html_url":"https://github.com/vitelabs/vite-wallet","commit_stats":null,"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitelabs%2Fvite-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitelabs%2Fvite-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitelabs%2Fvite-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitelabs%2Fvite-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitelabs","download_url":"https://codeload.github.com/vitelabs/vite-wallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248298312,"owners_count":21080320,"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":["crypto-wallet","electron","javascript","vite","vue"],"created_at":"2024-11-14T09:29:17.023Z","updated_at":"2025-04-10T21:13:52.813Z","avatar_url":"https://github.com/vitelabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vite-wallet\n\u003e The Desktop Wallet of [Vite](https://vite.org).\n\n[![Version](https://img.shields.io/github/v/release/vitelabs/vite-wallet)](https://github.com/vitelabs/vite-wallet/releases/latest)\n[![Version](https://img.shields.io/github/v/release/vitelabs/vite-wallet?include_prereleases\u0026label=pre-release)](https://github.com/vitelabs/vite-wallet/releases)\n[![Twitter Follow](https://img.shields.io/twitter/follow/vitelabs?style=social)](https://twitter.com/vitelabs)\n[![GitHub all releases](https://img.shields.io/github/downloads/vitelabs/vite-wallet/total)](https://github.com/vitelabs/vite-wallet/releases/latest)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n[Changelog](./changelog.md)\n\n## Installation\n\nThe Vite Desktop Wallet supports Mac and Windows. [Download and install](https://github.com/vitelabs/vite-wallet/releases).\n\n## Development\n\n### Init submodule\n\nThis project requires the [vite-web-wallet](https://github.com/vitelabs/vite-web-wallet). You need init submodules first.\n\n```\ngit submodule init\ngit submodule update\n```\n\n### Install\n\nInstall dependencies\n\n```bash\nyarn\n```\n\nInstall the dependencies of vite-web-wallet\n\n```bash\ncd ../vite-web-wallet\n# Be sure you are in the folder of vite-web-wallet\nyarn\n```\n\n### Develop Mode\n\nLaunch the local dev server of vite-web-wallet\n\n```bash\n# Be sure you are in the folder of vite-web-wallet\nyarn dev\n```\nNow open a new tab on terminal\n\n```bash\nyarn dev\n```\n\nCommit code:\n\n```bash\nyarn commit\n```\n\n### Build\n\nFirst, you need build the vite-web-wallet dist:\n\n```bash\n# Be sure you are in the folder of vite-web-wallet\nyarn build\n```\n\nSecond, you need to build vite-wallet:\n\n```bash\ncd ../vite-wallet\n# Be sure you are in the folder of vite-wallet\n\n# Build Mac installation\nyarn build\n\n# Build Windows installation\nyarn build:win\n```\n\n### Release\n\n#### Set .env\n\nBefore running release script, you need create a `.env` file. About `.env` config, you can look [.env.example](./.env.example);\n\n```\nGH_TOKEN=\u003cGithub Personal Token: required\u003e\nGPG_SIGN_KEY=\u003cGPG Sign Key: optional\u003e\n```\n\n#### Release\n\nHere is the release script of vite-wallet. It do something like:\n\n1. Bump version\n2. Choose which platform to build\n3. Release package to github\n4. Sigin with GPG key\n\n\n```bash\nyarn release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitelabs%2Fvite-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitelabs%2Fvite-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitelabs%2Fvite-wallet/lists"}