{"id":13771869,"url":"https://github.com/khinsen/ipfs-pharo","last_synced_at":"2025-10-23T02:31:26.525Z","repository":{"id":150107205,"uuid":"187642539","full_name":"khinsen/ipfs-pharo","owner":"khinsen","description":"IPFS interface for Pharo","archived":false,"fork":false,"pushed_at":"2021-12-16T16:24:21.000Z","size":783,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T17:11:18.121Z","etag":null,"topics":["ipfs","pharo","pharo-smalltalk"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","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/khinsen.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}},"created_at":"2019-05-20T13:08:53.000Z","updated_at":"2024-05-30T10:56:56.000Z","dependencies_parsed_at":"2023-04-06T13:25:53.611Z","dependency_job_id":null,"html_url":"https://github.com/khinsen/ipfs-pharo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khinsen%2Fipfs-pharo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khinsen%2Fipfs-pharo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khinsen%2Fipfs-pharo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khinsen%2Fipfs-pharo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khinsen","download_url":"https://codeload.github.com/khinsen/ipfs-pharo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237769067,"owners_count":19363250,"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","pharo","pharo-smalltalk"],"created_at":"2024-08-03T17:00:56.857Z","updated_at":"2025-10-23T02:31:21.200Z","avatar_url":"https://github.com/khinsen.png","language":"Smalltalk","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"# An IPFS interface for Pharo\n\n![screenshot](./screenshot.png)\n\n**Important note:** This is work in progress, written so far mainly to let me play with IPFS. Everything might change at any time. Don't rely on this package for mission-critical software!\n\n## Installation\n\nTo use this package, your computer must run a local IPFS node. On a personal machine, [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop) is the most convenient way to do so. Alternatively, or for running on a server, use the [command-line version](https://docs.ipfs.io/guides/guides/install/). You must have `go-ipfs` 0.10 or later, because of important changes in the HTTP API between versions 0.9 and 0.10.\n\n### Pharo 8 or 9 without GToolkit support\n\nExecute the following lines in a playground:\n\n```\nMetacello new\n    baseline: 'IPFS';\n    repository: 'github://khinsen/ipfs-pharo/src';\n    load.\n```\n\n### Glamorous Toolkit\n\nIn a pre-built GToolkit installation (from [this site](https://gtoolkit.com/download/)), execute the following lines in a playground:\n\n```\nMetacello new\n    baseline: 'IPFSForGToolkit';\n    repository: 'github://khinsen/ipfs-pharo/src';\n\t onConflictUseLoaded;\n    load.\n```\n\nThis installs the basic Pharo interface for IPFS plus inspector views for everything and a tutorial in a Lepiter database.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhinsen%2Fipfs-pharo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhinsen%2Fipfs-pharo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhinsen%2Fipfs-pharo/lists"}