{"id":19294589,"url":"https://github.com/web3-storage/file-space","last_synced_at":"2026-05-16T09:31:58.372Z","repository":{"id":64398383,"uuid":"574449368","full_name":"web3-storage/file-space","owner":"web3-storage","description":"An example of a decentralised file sharing up built with w3up, using w3ui/","archived":false,"fork":false,"pushed_at":"2022-12-16T16:02:38.000Z","size":2356,"stargazers_count":1,"open_issues_count":8,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-11-17T09:08:45.089Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/web3-storage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-05T10:40:17.000Z","updated_at":"2023-06-26T11:26:34.000Z","dependencies_parsed_at":"2023-01-13T14:36:46.422Z","dependency_job_id":null,"html_url":"https://github.com/web3-storage/file-space","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/web3-storage/file-space","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3-storage%2Ffile-space","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3-storage%2Ffile-space/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3-storage%2Ffile-space/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3-storage%2Ffile-space/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web3-storage","download_url":"https://codeload.github.com/web3-storage/file-space/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3-storage%2Ffile-space/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33096861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-09T22:38:49.754Z","updated_at":"2026-05-16T09:31:58.357Z","avatar_url":"https://github.com/web3-storage.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting started\n## How to link to local version on w3ui\nGiven the latest w3ui is not released yet, in order to run the latest version an approach is to link it to a local version of the library.\n\n## Local development\nInstall the required dependencies \n```npm i```\n\nand then you can run the local server with\n\n```\nnpm start\n```\n\n\n## If you want to test the app with a not yet release version of w3ui\n\n### Clone and build all of the w3ui packages:\n* Clone w3ui: https://github.com/web3-storage/w3ui\n* `cd w3ui`\n* `git checkout next`\n* `npm i`\n* `npm run compile`\n* `npm run build`\n* `rm -rf node_modules` (this step prevents multiple react versions)\n\n### Prepare the packages for linking\nThis will ensure the file-space repo can discover these linked packages.\n\nfile-space requires @w3ui/react-keyring' and '@w3ui/react-uploader', so the react-keyring and react-uploader packages need to be linked in w3ui.\n\n* Link react-keyring\n    * `cd package/react-keyring`\n    * `npm link`\n    * `rm -rf node_modules` (this step prevents multiple react versions)\n\n* Link react-uploader\n    * `cd package/react-uploader`\n    * `npm link`\n    * `rm -rf node_modules` (this step prevents multiple react versions)\n\n* If any other packages are required, follow the same steps for that package.\n\nThis will tell npm to link these packages. Next checkout the file-space repo. \n* Clone file-space: https://github.com/web3-storage/file-space\n* `cd file-space`\n* `npm i`\n* `npm link @w3ui/react-keyring @w3ui/react-uploader` (this will link to both of the packages we linked earlier in the w3ui repo)\n* `npm start`\n\nWhen running the app, if you notice this error in the console:\n```\nWarning: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.\n```\nIt's due to multiple react versions. To solve this, remove the node_modules in the root, and every linked package in the w3ui repo. ie\n* rm -rf node_modules\n* rm -rf packages/react-uploader/node_modules\n* rm -rf packages/react-keyring/node_modules\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3-storage%2Ffile-space","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3-storage%2Ffile-space","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3-storage%2Ffile-space/lists"}