{"id":29661978,"url":"https://github.com/rhodey/ipfs-boot-choo","last_synced_at":"2026-04-12T16:02:16.697Z","repository":{"id":303821158,"uuid":"1016350903","full_name":"rhodey/IPFS-boot-choo","owner":"rhodey","description":"IPFS-boot choo.js starter","archived":false,"fork":false,"pushed_at":"2025-09-11T16:05:44.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-07T00:33:47.801Z","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}},"created_at":"2025-07-08T22:03:13.000Z","updated_at":"2025-09-11T16:05:47.000Z","dependencies_parsed_at":"2025-08-28T23:21:08.097Z","dependency_job_id":"75dd3cee-72cf-4437-8665-53a960659e5f","html_url":"https://github.com/rhodey/IPFS-boot-choo","commit_stats":null,"previous_names":["rhodey/ipfs-boot-choo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhodey/IPFS-boot-choo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-choo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-choo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-choo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-choo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhodey","download_url":"https://codeload.github.com/rhodey/IPFS-boot-choo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhodey%2FIPFS-boot-choo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281033277,"owners_count":26432935,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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:35.773Z","updated_at":"2025-10-25T23:16:40.475Z","avatar_url":"https://github.com/rhodey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPFS-boot-choo\nIPFS-boot choo.js starter, see:\n+ [IPFS-boot](https://github.com/rhodey/IPFS-boot)\n+ [lock.host-node](https://github.com/rhodey/lock.host-node)\n+ [choo.js](https://github.com/choojs/choo)\n\n## History\nThis repo was adapted from [choo-animals](https://github.com/louiscenter/choo-animals) and then adapted further to demonstrate IPFS-boot attestation\n+ Click on the demo link below\n+ Load v0.0.4 or later\n+ Click \"Attestation demo\"\n+ Target = Prod = lock.host-node\n+ Use [explorer.solana.com](https://explorer.solana.com/address/AkHqQ324DvygPxuhyYs9BTVG8b1BXzTnpbCxqG8zousm?cluster=devnet) to confirm balances\n\n*It might not look like much but the demo demonstrates **true code-as-contract** with an end-to-end trust anchor*\n\n## Build\nThe aim is reproducible builds so docker is involved\n```\ndocker buildx build --platform=linux/amd64 -t ipfs-boot-choo .\ndocker run --rm -i --platform=linux/amd64 -v ./dist:/root/dist ipfs-boot-choo\n\u003e CIDv1 = bafybeidaf5ipgtca3muv52ylf7bvipmeaqcaihhlxw2m3vmjmco7iavfpy\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/choo123 choo123\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/choo123 choo123\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://bafybeibbwz7bew6l3e5lsgneebvhfe63qclvhygkmh6ba7nk566a4qdy7i\n+ https://bafybeibbwz7bew6l3e5lsgneebvhfe63qclvhygkmh6ba7nk566a4qdy7i.ipfs.dweb.link\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhodey%2Fipfs-boot-choo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhodey%2Fipfs-boot-choo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhodey%2Fipfs-boot-choo/lists"}