{"id":19967606,"url":"https://github.com/ceramicstudio/composite-deploy-boilerplate","last_synced_at":"2026-02-18T05:34:32.734Z","repository":{"id":215679283,"uuid":"739534533","full_name":"ceramicstudio/composite-deploy-boilerplate","owner":"ceramicstudio","description":"Presents two easy boilerplate options for users to reference when deploying models onto a local or production node.","archived":false,"fork":false,"pushed_at":"2024-05-02T16:17:59.000Z","size":1013,"stargazers_count":1,"open_issues_count":6,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-20T00:13:46.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ceramicstudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-05T19:57:10.000Z","updated_at":"2024-03-23T15:34:29.000Z","dependencies_parsed_at":"2024-01-05T21:32:57.156Z","dependency_job_id":"b3f319d6-73d7-4f84-9bc8-842f45dbb10f","html_url":"https://github.com/ceramicstudio/composite-deploy-boilerplate","commit_stats":null,"previous_names":["ceramicstudio/composite-deploy-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ceramicstudio/composite-deploy-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fcomposite-deploy-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fcomposite-deploy-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fcomposite-deploy-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fcomposite-deploy-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceramicstudio","download_url":"https://codeload.github.com/ceramicstudio/composite-deploy-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fcomposite-deploy-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-13T02:42:58.515Z","updated_at":"2026-02-18T05:34:27.725Z","avatar_url":"https://github.com/ceramicstudio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boilerplate Composite Runtime Compilation\n\nYou can use the boilerplate in this repository to help merge and deploy composites onto your node (or a remote cloud node), allowing you to use the resulting runtime definition in your application\n\n1. Run `npm install` to install the packages\n\n```bash\nnpm install\n```\n\n2. If you are experimenting locally, create dummy credentials:\n\n```bash\nnpm run generate\n```\n\n2a. If you are deploying to a remote node, alter the /scripts/composites.mjs or /scripts/compositesTwo.mjs files in the following way:\n\n```JavaScript\nconst ceramic = new CeramicClient(\"your-endpoint-here\");\nconst seed = \"your-private-seed\"\n\n//Creating a new admin DID based on your private key\nconst key = fromString(seed, \"base16\");\nconst did = new DID({\n  resolver: getResolver(),\n  provider: new Ed25519Provider(key),\n});\n\nspinner.info(\"Authenticating ceramic admin\");\nawait did.authenticate();\nceramic.did = did;\n```\n\n3. There are two different ways of deploying you can use:\n\n```bash\nnvm use 20\nnpm run testOne\n```\n\nor\n\n```bash\nnvm use 20\nnpm run testTwo\n```\n\n## Learn More\n\nTo learn more about Ceramic please visit the following links\n\n- [Ceramic Documentation](https://developers.ceramic.network/) - Learn more about the Ceramic Ecosystem.\n- [ComposeDB](https://developers.ceramic.network/docs/composedb/getting-started) - Details on how to use and develop with ComposeDB!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceramicstudio%2Fcomposite-deploy-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceramicstudio%2Fcomposite-deploy-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceramicstudio%2Fcomposite-deploy-boilerplate/lists"}