{"id":37978463,"url":"https://github.com/chronicleprotocol/greenhouse","last_synced_at":"2026-01-16T18:32:30.881Z","repository":{"id":187428736,"uuid":"656149518","full_name":"chronicleprotocol/greenhouse","owner":"chronicleprotocol","description":"A Greenhouse to plant contracts via CREATE3","archived":false,"fork":false,"pushed_at":"2025-08-19T16:17:50.000Z","size":28,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-10T22:30:07.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Solidity","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/chronicleprotocol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-06-20T10:54:41.000Z","updated_at":"2025-08-19T15:28:38.000Z","dependencies_parsed_at":"2023-08-10T11:27:06.268Z","dependency_job_id":"0e57363a-cae1-4950-ab73-2e2ab1b6249b","html_url":"https://github.com/chronicleprotocol/greenhouse","commit_stats":null,"previous_names":["chronicleprotocol/greenhouse"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chronicleprotocol/greenhouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fgreenhouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fgreenhouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fgreenhouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fgreenhouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chronicleprotocol","download_url":"https://codeload.github.com/chronicleprotocol/greenhouse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fgreenhouse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":"2026-01-16T18:32:30.809Z","updated_at":"2026-01-16T18:32:30.866Z","avatar_url":"https://github.com/chronicleprotocol.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Greenhouse • [![Unit Tests](https://github.com/chronicleprotocol/greenhouse/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/chronicleprotocol/greenhouse/actions/workflows/unit-tests.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nThe `Greenhouse` contract provides a contract factory with deterministic addresses solely depending on a given salt.\n\nTo remove a contract's initcode factor from the address generation, `Greenhouse` uses [CREATE3](./src/libs/LibCREATE3.sol).\n\nThe contract uses [`chronicle-std/Auth`](https://github.com/chronicleprotocol/chronicle-std)'s `Auth` module to grant addresses access to protected functions. [`chronicle-std`](https://github.com/chronicleprotocol/chronicle-std)'s `Toll` module is utilized to determine which addresses are eligible to plant new contracts.\n\n## Installation\n\nInstall module via Foundry:\n\n```bash\n$ forge install chronicleprotocol/greenhouse@v1\n```\n\n## Contributing\n\nThe project uses the Foundry toolchain. You can find installation instructions [here](https://getfoundry.sh/).\n\nSetup:\n\n```bash\n$ git clone https://github.com/chronicleprotocol/greenhouse\n$ cd greenhouse\n$ forge install\n```\n\nRun tests:\n\n```bash\n$ forge test\n$ forge test -vvvv # Run with full stack traces\n$ FOUNDRY_PROFILE=intense forge test # Run in intense mode\n```\n\nLint:\n\n```bash\n$ forge fmt [--check]\n```\n\nUpdate gas snapshots:\n\n```bash\n$ forge snapshot [--check]\n```\n\n## Dependencies\n\n- [chronicleprotocol/chronicle-std@v2](https://github.com/chronicleprotocol/chronicle-std/tree/v2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronicleprotocol%2Fgreenhouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchronicleprotocol%2Fgreenhouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronicleprotocol%2Fgreenhouse/lists"}