{"id":24011883,"url":"https://github.com/defich/defichain-app","last_synced_at":"2025-04-12T21:33:53.337Z","repository":{"id":36977244,"uuid":"302243079","full_name":"DeFiCh/defichain-app","owner":"DeFiCh","description":"DeFi Blockchain desktop app for Windows, Linux and Mac. ","archived":false,"fork":false,"pushed_at":"2025-01-03T11:03:55.000Z","size":65510,"stargazers_count":157,"open_issues_count":81,"forks_count":58,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-01-03T11:41:08.455Z","etag":null,"topics":["electron","webapp"],"latest_commit_sha":null,"homepage":"https://defichain.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeFiCh.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-08T05:42:48.000Z","updated_at":"2025-01-03T10:49:44.000Z","dependencies_parsed_at":"2023-01-17T11:17:08.017Z","dependency_job_id":"89d06c48-5a2d-4468-96ac-140f3bdf4192","html_url":"https://github.com/DeFiCh/defichain-app","commit_stats":{"total_commits":2046,"total_committers":38,"mean_commits":53.8421052631579,"dds":0.7008797653958945,"last_synced_commit":"24505fe10741602a0606841b59cc9f964b05c4f9"},"previous_names":["birthdayresearch/defichain-app","defich/defichain-app"],"tags_count":138,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeFiCh%2Fdefichain-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeFiCh%2Fdefichain-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeFiCh%2Fdefichain-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeFiCh%2Fdefichain-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeFiCh","download_url":"https://codeload.github.com/DeFiCh/defichain-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248636830,"owners_count":21137527,"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":["electron","webapp"],"created_at":"2025-01-08T05:18:51.002Z","updated_at":"2025-04-12T21:33:53.316Z","avatar_url":"https://github.com/DeFiCh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub release](https://img.shields.io/github/v/release/DeFiCh/app)](https://github.com/DeFiCh/app/releases)\n\u003ca href=\"https://github.com/DeFiCh/app/releases\"\u003e\n\u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/downloads/DeFiCh/app/latest/total\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/DeFiCh/app/graphs/contributors\"\u003e\n\u003cimg alt=\"GitHub contributors\" src=\"https://img.shields.io/github/contributors/DeFiCh/app\"\u003e\n\u003c/a\u003e\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/DeFiCh/app/blob/main/LICENSE)\n\u003ca href=\"https://twitter.com/defichain\"\u003e\n\u003cimg alt=\"Twitter Follow\" src=\"https://img.shields.io/twitter/follow/defichain?style=social\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.reddit.com/r/defiblockchain/\"\u003e\n\u003cimg alt=\"Subreddit subscribers\" src=\"https://img.shields.io/reddit/subreddit-subscribers/defiblockchain?style=social\"\u003e\n\u003c/a\u003e\n\n# DeFi Desktop Wallet\n\nUse DeFi Desktop Wallet to interact with DeFiChain. It is a wallet for \\$DFI, wrapped BTC, ETH, USDT. Liquidity mine, use the DEX, create masternodes, and more.\n![Image](https://defichain.com/img/app/liquidity@2x.png)\n\n# Documentation\n\n- [Getting started](#getting-started)\n- [Development](#development)\n- [About Us](https://defichain.com/)\n\n# Getting Started\n\n[Download the desktop app](https://defichain.com/downloads/) or [check releases](https://github.com/DeFiCh/app/releases) for latest downloadable installers for Windows, Mac and Linux.\n\n# Development\n\n## Initial Setup\n\n##### Install all dependencies for both Electron and WebApp\n\n```bash\nnpm run init\n```\n\n##### Setup the required node\n\nTo connect to the node, you need to setup the node. Run the command below that matches your Operating System.\n\n| Operating System | Command                   |\n| ---------------- | ------------------------- |\n| Windows          | `npm run pre:build:win`   |\n| Mac              | `npm run pre:build:mac`   |\n| Linux            | `npm run pre:build:linux` |\n\n## Running Apps (Electron and WebApp)\n\n##### To run both apps in Dev Mode\n\n```bash\nnpm run start:dev\n```\n\n##### To run WebApp only\n\n```bash\nnpm run start:react\n```\n\n##### To run Electron only\n\nNote: This is used to test a compiled build (Dev or Prod) of React app. You need to have a compiled React app for this command to work.\n\n```bash\nnpm run start:electron\n```\n\n## Building Apps\n\n##### To build the app using native platform\n\n```bash\nnpm run build\n```\n\n##### To build the app for all platforms\n\n```bash\nnpm run build:all\n```\n\n## Licenses \u0026 Disclaimer\n\nBy using `DeFi Desktop App` (this repo), you (the user) agree to be bound by [the terms of this license](LICENSE).\n\nQR scanner shutter audio `webapp/src/assets/audio/shutter.mp3` is licensed by [Soundsnap](https://www.soundsnap.com).\nCommercial redistribution of the audio is prohibited. For full Soundsnap license, visit [https://www.soundsnap.com/licence](https://www.soundsnap.com/licence).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefich%2Fdefichain-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefich%2Fdefichain-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefich%2Fdefichain-app/lists"}