{"id":15169982,"url":"https://github.com/golemfactory/golem-electron-dev","last_synced_at":"2025-10-01T04:30:37.763Z","repository":{"id":25476971,"uuid":"104102966","full_name":"golemfactory/golem-electron-dev","owner":"golemfactory","description":"Develop version of golem-electron","archived":true,"fork":false,"pushed_at":"2023-01-13T22:01:45.000Z","size":5529,"stargazers_count":2,"open_issues_count":8,"forks_count":3,"subscribers_count":7,"default_branch":"dev","last_synced_at":"2024-04-14T09:59:30.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/golemfactory.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}},"created_at":"2017-09-19T16:59:33.000Z","updated_at":"2023-10-31T13:39:29.000Z","dependencies_parsed_at":"2023-01-16T23:15:56.251Z","dependency_job_id":null,"html_url":"https://github.com/golemfactory/golem-electron-dev","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fgolem-electron-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fgolem-electron-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fgolem-electron-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fgolem-electron-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golemfactory","download_url":"https://codeload.github.com/golemfactory/golem-electron-dev/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234821053,"owners_count":18891970,"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":[],"created_at":"2024-09-27T07:42:49.119Z","updated_at":"2025-10-01T04:30:32.191Z","avatar_url":"https://github.com/golemfactory.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golem Electron Application\n![Minimum Node Requirement](https://img.shields.io/badge/node-%3E%3D6.14.0-brightgreen.svg)\n[![CircleCI](https://circleci.com/gh/golemfactory/golem-electron.svg?style=shield)](https://circleci.com/gh/golemfactory/golem-electron)\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e \n\u003cimg src=\"https://raw.githubusercontent.com/golemfactory/golem-electron/dev/src/assets/img/golem.svg?sanitize=true\" width=\"300\" height=\"200\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e \nThe desktop application using Electron, React and Redux.\n\u003c/p\u003e\n\n## Development\n### :wrench: Installation\nGo to project main folder and hit;\n```\nnpm install\n```\nor if you wish;\n```\nyarn \n```\nThat's it!\n\n\n### :computer: Usage\nStart dev server\n```\nnpm run start:app\n```\n\nStart electron application on testnet (development mode)\n```\nnpm run start\n```\n\nStart electron application on mainnet (development mode)\n```\nnpm run start:mainnet\n```\n### :bug: Debug mode\nWhile using application, you can choose `Debug mode` from the `View` menu or press;\n\nWindows: \u0026nbsp;\n\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eL\u003c/kbd\u003e\n\u003cbr/\u003e\nMac: \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ckbd\u003e⌘ cmd\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eL\u003c/kbd\u003e\n\u003cbr/\u003e\nLinux: \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eL\u003c/kbd\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\nDebug mode will be activated. \n\u003cbr/\u003e\nNow you can restart the application to catch all critical informations from beginning.\n\u003cbr/\u003e\n\u003cbr/\u003e\nYou'll find debug logs in;\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n|OS|Path|General Log|Error Log|\n|---|---|---|---|\n|Windows|`%LOCALAPPDATA%\\golem\\golem\\default\\{CURRENT_CHAIN}\\logs\\`|`gui.log`|`gui-error.log`|\n|Mac|`~/Library/Application\\ Support/golem/default/{CURRENT_CHAIN}/logs/`|`gui.log`|`gui-error.log`|\n|Linux|`~/.local/share/golem/default/{CURRENT_CHAIN}/logs/gui.log/`|`gui.log`|`gui-error.log`|\n\n\u003cbr/\u003e\nNote: `{CURRENT_CHAIN}` parameter will be `mainnet` if you running golem on mainnet, if you're on testnet it will be `rinkeby` in this case.\n\u003cbr/\u003e\u003cbr/\u003e\n\n### :control_knobs: Developer mode\nWhile using application, you can choose `Developer mode` from the `View` menu or press;\n\nWindows: \u0026nbsp;\n\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eD\u003c/kbd\u003e\n\u003cbr/\u003e\nMac: \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ckbd\u003e⌘ cmd\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eD\u003c/kbd\u003e\n\u003cbr/\u003e\nLinux: \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eD\u003c/kbd\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\nDeveloper mode will be activated. \n\u003cbr/\u003e\n\u003cbr/\u003e\n\nYou'll find additional information about;\n- subtask node list in task details page\n- peer list in settings tab\n- stats about the application in settings tab\n- more detailed tooltip information while hovering subtask borders in preview window \n\n\n### :umbrella: Testing\nRun tests\n``` js\nnpm run test\nnpm run test:watch //live\nnpm run test:coverage //live\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolemfactory%2Fgolem-electron-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgolemfactory%2Fgolem-electron-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolemfactory%2Fgolem-electron-dev/lists"}