{"id":19107530,"url":"https://github.com/smartcontractkit/hardhat-chainlink-example","last_synced_at":"2026-03-02T14:42:24.809Z","repository":{"id":73918185,"uuid":"589565889","full_name":"smartcontractkit/hardhat-chainlink-example","owner":"smartcontractkit","description":"Showcase repo for @chainlink/hardhat-chainlink plugin","archived":false,"fork":false,"pushed_at":"2023-01-17T13:46:13.000Z","size":157,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-08-18T13:34:32.616Z","etag":null,"topics":["chainlink","hardhat"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@chainlink/hardhat-chainlink","language":"Solidity","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/smartcontractkit.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}},"created_at":"2023-01-16T12:25:45.000Z","updated_at":"2023-02-20T01:45:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"218b0d5f-c6b5-4463-b9c9-52b23c81a2b6","html_url":"https://github.com/smartcontractkit/hardhat-chainlink-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smartcontractkit/hardhat-chainlink-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fhardhat-chainlink-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fhardhat-chainlink-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fhardhat-chainlink-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fhardhat-chainlink-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartcontractkit","download_url":"https://codeload.github.com/smartcontractkit/hardhat-chainlink-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fhardhat-chainlink-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30006770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T14:08:50.421Z","status":"ssl_error","status_checked_at":"2026-03-02T14:08:50.037Z","response_time":60,"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":["chainlink","hardhat"],"created_at":"2024-11-09T04:12:54.548Z","updated_at":"2026-03-02T14:42:24.776Z","avatar_url":"https://github.com/smartcontractkit.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hardhat Chainlink Demo Project\n\nThis project demonstrates a basic Hardhat Chainlink plugin use case. It comes with a sample contract and a script that deploys that contract.\n\nCopy the `.env.example` file to a file named `.env`, and put your Private Key and [Alchemy key](https://www.alchemy.com/) like this:\n\n```shell\nGOERLI_RPC_URL=\"https://eth-goerli.g.alchemy.com/v2/YOUR_ALCHEMY_KEY_GOES_HERE\"\nPRIVATE_KEY=\"YOUR_PRIVATE_KEY_GOES_HERE\"\n```\n\nTry running some of the following tasks:\n\n```shell\nnpx hardhat run ./scripts/get-price.ts --network goerli\nnpx hardhat run ./scripts/deploy.ts --network goerli\n```\n\nTo install the plugin in your project type:\n\n```shell\nnpm install @chainlink/hardhat-chainlink\n\n# or\n\nyarn add @chainlink/hardhat-chainlink\n```\n\nThen import the plugin in your hardhat.config.js:\n\n```js\nrequire(\"@chainlink/hardhat-chainlink\");\n```\n\nOr, if you are using TypeScript, in your hardhat.config.ts:\n\n```ts\nimport \"@chainlink/hardhat-chainlink\";\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Fhardhat-chainlink-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartcontractkit%2Fhardhat-chainlink-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Fhardhat-chainlink-example/lists"}