{"id":23113762,"url":"https://github.com/youaresoroman/react-ipfs","last_synced_at":"2025-08-16T20:31:26.641Z","repository":{"id":44744910,"uuid":"397847302","full_name":"youaresoroman/react-ipfs","owner":"youaresoroman","description":"React IPFS instance hooks for easier usage in your DAPPS","archived":false,"fork":false,"pushed_at":"2023-03-21T15:16:22.000Z","size":3669,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-15T22:09:51.171Z","etag":null,"topics":["ipfs","react","react-hooks","reactjs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-ipfs","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/youaresoroman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-08-19T06:57:07.000Z","updated_at":"2024-05-30T11:32:42.000Z","dependencies_parsed_at":"2024-06-21T04:18:40.196Z","dependency_job_id":"0c176bc8-e3ae-4b3f-adaf-896f595c51ae","html_url":"https://github.com/youaresoroman/react-ipfs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youaresoroman%2Freact-ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youaresoroman%2Freact-ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youaresoroman%2Freact-ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youaresoroman%2Freact-ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youaresoroman","download_url":"https://codeload.github.com/youaresoroman/react-ipfs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229890861,"owners_count":18140184,"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":["ipfs","react","react-hooks","reactjs"],"created_at":"2024-12-17T03:13:36.471Z","updated_at":"2024-12-17T03:13:37.051Z","avatar_url":"https://github.com/youaresoroman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# react-ipfs\n\nReact IPFS instance hooks for easier usage in your DAPPS\n\n\n ![npm](https://img.shields.io/npm/dw/react-ipfs) ![David](https://img.shields.io/david/youaresoroman/react-ipfs) ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/youaresoroman/react-ipfs/ipfs) ![GitHub top language](https://img.shields.io/github/languages/top/youaresoroman/react-ipfs) ![NPM](https://img.shields.io/npm/l/react-ipfs) ![Matrix](https://img.shields.io/matrix/ipfs-awesome:matrix.org?server_fqdn=matrix.org)\n\n \u003c/div\u003e\n \n Ukraine is currently suffering from Russian aggression, please consider donating to [one of these charities](https://old.reddit.com/r/ukraine/comments/s6g5un/want_to_support_ukraine_heres_a_list_of_charities/).\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/4/49/Flag_of_Ukraine.svg\" alt=\"drawing\" width=\"600\"/\u003e\n\n\n## Installation\n\n### npm\n\n```bash\nnpm install react-ipfs\n```\n\n### yarn\n```bash\nyarn add react-ipfs\n```\n\n## Documentation\nIPFS core documentation is [here](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api)\n\n## Usage\n\nsrc/index.tsx\n```js\nimport { IPFSProvider } from \"react-ipfs\"\n\n....\n    \u003cIPFSProvider fallback={\u003c\u003eLOADING\u003c/\u003e}\u003e\n      \u003cApp /\u003e\n    \u003c/IPFSProvider\u003e\n...\n```\n\nsrc/App.tsx\n```js\nimport { useIPFS } from \"react-ipfs\";\n\nfunction App() {\n  const ipfs = useIPFS()\n\n  useEffect(()=\u003e{\n      ipfs.id().then(console.log);\n  },[])\n\n...\n```\n## Contribute\n\nPlease see the [contributing guidelines](./CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyouaresoroman%2Freact-ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyouaresoroman%2Freact-ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyouaresoroman%2Freact-ipfs/lists"}