{"id":14956284,"url":"https://github.com/capsulesocial/ipfs-wrapper","last_synced_at":"2025-10-01T17:31:18.470Z","repository":{"id":57747658,"uuid":"523331035","full_name":"capsulesocial/ipfs-wrapper","owner":"capsulesocial","description":"A wrapper around IPFS for speeding up the loading of web3 frontend applications.","archived":false,"fork":false,"pushed_at":"2023-08-15T21:35:17.000Z","size":563,"stargazers_count":17,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T12:00:38.734Z","etag":null,"topics":["blogchain","capsulesocial","frontend","ipfs","ipfs-core","js-ipfs","web3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/capsulesocial.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-10T12:16:36.000Z","updated_at":"2024-05-30T11:12:11.000Z","dependencies_parsed_at":"2024-09-24T13:15:41.169Z","dependency_job_id":"e7eaef99-ecf4-4f7f-9450-3dbf7612f8c1","html_url":"https://github.com/capsulesocial/ipfs-wrapper","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.0714285714285714,"last_synced_commit":"a5022398a022fbe6789b879a9d0d50531e30afb8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulesocial%2Fipfs-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulesocial%2Fipfs-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulesocial%2Fipfs-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulesocial%2Fipfs-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capsulesocial","download_url":"https://codeload.github.com/capsulesocial/ipfs-wrapper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234883233,"owners_count":18901366,"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":["blogchain","capsulesocial","frontend","ipfs","ipfs-core","js-ipfs","web3"],"created_at":"2024-09-24T13:12:38.819Z","updated_at":"2025-10-01T17:31:13.116Z","avatar_url":"https://github.com/capsulesocial.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipfs-wrapper\n\n![npm (scoped)](https://img.shields.io/npm/v/@capsulesocial/ipfs-wrapper)\n\nA wrapper around [ipfs-core](https://www.npmjs.com/package/ipfs-core) for speeding up the loading of web3 frontend applications.\n\nUsed on [Blogchain](https://blogchain.app).\n\n## Requirements\n\n- NodeJS v14.5.0 or higher.\n\n## Usage\n\n```typescript\nimport ipfs, { initIPFS } from '@capsulesocial/capsule-ipfs'\n\ninitIPFS();\n\n(async () =\u003e {\n    const data = { foo: \"random json data\" };\n    const cid = await ipfs().sendJSONData(data);\n    const receivedData = await ipfs().getJSONData(cid);\n\n    console.log(receivedData);\n})();\n```\n\n## License\n\n[GNU AFFERO GENERAL PUBLIC LICENSE 3](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapsulesocial%2Fipfs-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapsulesocial%2Fipfs-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapsulesocial%2Fipfs-wrapper/lists"}