{"id":51529563,"url":"https://github.com/foundry-rs/foundry-core","last_synced_at":"2026-07-09T01:30:28.297Z","repository":{"id":351764710,"uuid":"1212250194","full_name":"foundry-rs/foundry-core","owner":"foundry-rs","description":"Core traits and libraries extracted from Foundry, published as crates so they can be depended on without git references.","archived":false,"fork":false,"pushed_at":"2026-07-06T20:14:19.000Z","size":5963,"stargazers_count":19,"open_issues_count":4,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-06T22:08:32.236Z","etag":null,"topics":["alloy","blockchain","compiler","compilers","eth","ethereum","evm","ir","library","rust","smart-contracts","solidity","tempo","testing","tooling","vyper"],"latest_commit_sha":null,"homepage":"https://getfoundry.sh/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foundry-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2026-04-16T07:47:21.000Z","updated_at":"2026-07-06T10:30:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/foundry-rs/foundry-core","commit_stats":null,"previous_names":["foundry-rs/foundry-core"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/foundry-rs/foundry-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundry-rs%2Ffoundry-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundry-rs%2Ffoundry-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundry-rs%2Ffoundry-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundry-rs%2Ffoundry-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foundry-rs","download_url":"https://codeload.github.com/foundry-rs/foundry-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundry-rs%2Ffoundry-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35283905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"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":["alloy","blockchain","compiler","compilers","eth","ethereum","evm","ir","library","rust","smart-contracts","solidity","tempo","testing","tooling","vyper"],"created_at":"2026-07-09T01:30:27.673Z","updated_at":"2026-07-09T01:30:28.289Z","avatar_url":"https://github.com/foundry-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# foundry-core\n\nCore libraries extracted from [Foundry](https://github.com/foundry-rs/foundry), published as standalone crates.\n\n## Crates\n\n- [`foundry-compilers`] - Compiler abstraction and Foundry project implementation\n  - [`foundry-compilers-artifacts`] - Rust bindings for compiler JSON artifacts\n  - [`foundry-compilers-artifacts-solc`] - Rust bindings for Solc JSON artifacts\n  - [`foundry-compilers-artifacts-vyper`] - Rust bindings for Vyper JSON artifacts\n  - [`foundry-compilers-core`] - Core utilities for foundry-compilers crates\n- [`foundry-block-explorers`] - Bindings for Etherscan and other block explorer APIs\n- [`foundry-fork-db`] - Fork database used by Foundry\n- [`foundry-wallets`] - Wallet management and signing support\n\n[`foundry-compilers`]: https://github.com/foundry-rs/foundry-core/tree/main/crates/compilers\n[`foundry-compilers-artifacts`]: https://github.com/foundry-rs/foundry-core/tree/main/crates/compilers/crates/artifacts/artifacts\n[`foundry-compilers-artifacts-solc`]: https://github.com/foundry-rs/foundry-core/tree/main/crates/compilers/crates/artifacts/solc\n[`foundry-compilers-artifacts-vyper`]: https://github.com/foundry-rs/foundry-core/tree/main/crates/compilers/crates/artifacts/vyper\n[`foundry-compilers-core`]: https://github.com/foundry-rs/foundry-core/tree/main/crates/compilers/crates/core\n[`foundry-block-explorers`]: https://github.com/foundry-rs/foundry-core/tree/main/crates/block-explorers\n[`foundry-fork-db`]: https://github.com/foundry-rs/foundry-core/tree/main/crates/fork-db\n[`foundry-wallets`]: https://github.com/foundry-rs/foundry-core/tree/main/crates/wallets\n\n## Supported Rust Versions (MSRV)\n\nThe current MSRV (minimum supported rust version) is **1.95**.\n\nNote that the MSRV is not increased automatically, and only as part of a minor release.\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.\n\nPull requests will not be merged unless CI passes, so please ensure that your\ncontribution follows the linting rules and passes clippy.\n\n#### License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in these crates by you, as defined in the Apache-2.0 license,\nshall be dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoundry-rs%2Ffoundry-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoundry-rs%2Ffoundry-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoundry-rs%2Ffoundry-core/lists"}