{"id":29662081,"url":"https://github.com/rhodey/ipfs-boot-react","last_synced_at":"2026-04-19T15:01:56.345Z","repository":{"id":303821156,"uuid":"1016351651","full_name":"rhodey/IPFS-boot-react","owner":"rhodey","description":"IPFS-boot React starter","archived":false,"fork":false,"pushed_at":"2025-09-11T00:16:29.000Z","size":402,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-17T17:06:20.877Z","etag":null,"topics":["crypto","ipfs","p2p"],"latest_commit_sha":null,"homepage":"https://lock.host","language":"JavaScript","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/rhodey.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-08T22:05:40.000Z","updated_at":"2025-09-10T23:50:55.000Z","dependencies_parsed_at":"2025-08-30T17:20:26.837Z","dependency_job_id":"d220d4f8-b9cd-4a3e-91d4-4244b53eec83","html_url":"https://github.com/rhodey/IPFS-boot-react","commit_stats":null,"previous_names":["rhodey/ipfs-boot-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhodey/IPFS-boot-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhodey","download_url":"https://codeload.github.com/rhodey/IPFS-boot-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32010957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crypto","ipfs","p2p"],"created_at":"2025-07-22T11:00:46.844Z","updated_at":"2026-04-19T15:01:56.319Z","avatar_url":"https://github.com/rhodey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPFS-boot-react\nIPFS-boot React.js starter, see:\n+ [IPFS-boot](https://github.com/rhodey/IPFS-boot)\n\n## History\nThis is a standard react project created using:\n```\nnpm create vite@latest ipfs-boot-react -- --template react\n```\n\nWhat differs is [main.jsx](/src/main.jsx) knows to unmount and [package.json](/package.json) has updated build targets\n\n## Build\nThe aim is reproducible builds so docker is involved\n```\ndocker buildx build --platform=linux/amd64 -t ipfs-boot-react .\ndocker run --rm -i --platform=linux/amd64 -v ./dist:/root/dist ipfs-boot-react\n\u003e CIDv1 = bafybeih6ahjvidh6r7se5asm2zf53kkpqrhj5phw2mfcx7jdz4uoozj5ja\n```\n\n## Pin\n+ Follow [Pin docs](https://github.com/rhodey/IPFS-boot#pin) in the parent repo\n+ You will get container ipfs-pin and .env\n```\ncp ../IPFS-boot/.env .\nCID=$(docker run --rm -i --platform=linux/amd64 -v ./dist:/root/dist --env-file .env ipfs-pin | grep CIDv1 | cut -c9-)\nnpx ipfs-boot init https://github.com/user/react123 react123\nnpx ipfs-boot publish --cid $CID --version v0.0.1 --notes \"release notes\"\ncat versions.json\n```\n\nIf you have [just](https://github.com/casey/just) command runner\n```\ncp ../IPFS-boot/.env .\nnpx ipfs-boot init https://github.com/user/react123 react123\njust publish v0.0.1 \"release notes\"\ncat versions.json\n```\n\nAll that remains is send versions.json to your https server, where the bootloader looks (needs CORS), remember dist/ (your app) is at this point now with IPFS\n\n## Dev\n[http://localhost:8080](http://localhost:8080/)\n```\nnpm install\nnpm run dev\n```\n\n## Demo\nThese CIDs are IPFS-boot, when selecting an app version you will see CIDv1 from above\n+ ipfs://bafybeifehbm2um54qvfifprtbkgbt25ndkq6k26zjlbe33t2j62gdjwn2m\n+ https://bafybeifehbm2um54qvfifprtbkgbt25ndkq6k26zjlbe33t2j62gdjwn2m.ipfs.dweb.link\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhodey%2Fipfs-boot-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhodey%2Fipfs-boot-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhodey%2Fipfs-boot-react/lists"}