{"id":25986757,"url":"https://github.com/nomicfoundation/hardhat-ts-plugin-boilerplate","last_synced_at":"2025-03-05T12:26:55.987Z","repository":{"id":40617132,"uuid":"168910932","full_name":"NomicFoundation/hardhat-ts-plugin-boilerplate","owner":"NomicFoundation","description":"Hardhat TypeScript plugin boilerplate","archived":false,"fork":false,"pushed_at":"2024-06-21T15:40:07.000Z","size":264,"stargazers_count":88,"open_issues_count":6,"forks_count":49,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-04T04:17:22.409Z","etag":null,"topics":["buidler","buidler-plugin","ethereum","hardhat","hardhat-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/NomicFoundation.png","metadata":{"files":{"readme":"README-TEMPLATE.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}},"created_at":"2019-02-03T04:56:13.000Z","updated_at":"2024-12-27T10:52:45.000Z","dependencies_parsed_at":"2024-06-22T08:10:23.094Z","dependency_job_id":"b13b07af-9135-4656-a2df-1ecce6722a74","html_url":"https://github.com/NomicFoundation/hardhat-ts-plugin-boilerplate","commit_stats":{"total_commits":70,"total_committers":9,"mean_commits":7.777777777777778,"dds":0.7428571428571429,"last_synced_commit":"026996196d68c55389aeabcda1d2acdb317afd33"},"previous_names":["nomiclabs/hardhat-ts-plugin-boilerplate"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NomicFoundation%2Fhardhat-ts-plugin-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NomicFoundation%2Fhardhat-ts-plugin-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NomicFoundation%2Fhardhat-ts-plugin-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NomicFoundation%2Fhardhat-ts-plugin-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NomicFoundation","download_url":"https://codeload.github.com/NomicFoundation/hardhat-ts-plugin-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242025922,"owners_count":20059818,"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","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":["buidler","buidler-plugin","ethereum","hardhat","hardhat-plugin"],"created_at":"2025-03-05T12:26:55.390Z","updated_at":"2025-03-05T12:26:55.976Z","avatar_url":"https://github.com/NomicFoundation.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hardhat-example-plugin\n\n_A one line description of the plugin_\n\n[Hardhat](https://hardhat.org) plugin example. \n\n## What\n\n\u003c_A longer, one paragraph, description of the plugin_\u003e\n\nThis plugin will help you with world domination by implementing a simple tic-tac-toe in the terminal.\n\n## Installation\n\n\u003c_A step-by-step guide on how to install the plugin_\u003e\n\n```bash\nnpm install \u003cyour npm package name\u003e [list of peer dependencies]\n```\n\nImport the plugin in your `hardhat.config.js`:\n\n```js\nrequire(\"\u003cyour plugin npm package name\u003e\");\n```\n\nOr if you are using TypeScript, in your `hardhat.config.ts`:\n\n```ts\nimport \"\u003cyour plugin npm package name\u003e\";\n```\n\n\n## Required plugins\n\n\u003c_The list of all the required Hardhat plugins if there are any_\u003e\n\n- [@nomiclabs/hardhat-web3](https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-web3)\n\n## Tasks\n\n\u003c_A description of each task added by this plugin. If it just overrides internal \ntasks, this may not be needed_\u003e\n\nThis plugin creates no additional tasks.\n\n\u003c_or_\u003e\n\nThis plugin adds the _example_ task to Hardhat:\n```\noutput of `npx hardhat help example`\n```\n\n## Environment extensions\n\n\u003c_A description of each extension to the Hardhat Runtime Environment_\u003e\n\nThis plugin extends the Hardhat Runtime Environment by adding an `example` field\nwhose type is `ExampleHardhatRuntimeEnvironmentField`.\n\n## Configuration\n\n\u003c_A description of each extension to the HardhatConfig or to its fields_\u003e\n\nThis plugin extends the `HardhatUserConfig`'s `ProjectPathsUserConfig` object with an optional\n`newPath` field.\n\nThis is an example of how to set it:\n\n```js\nmodule.exports = {\n  paths: {\n    newPath: \"new-path\"\n  }\n};\n```\n\n## Usage\n\n\u003c_A description of how to use this plugin. How to use the tasks if there are any, etc._\u003e\n\nThere are no additional steps you need to take for this plugin to work.\n\nInstall it and access ethers through the Hardhat Runtime Environment anywhere\nyou need it (tasks, scripts, tests, etc).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomicfoundation%2Fhardhat-ts-plugin-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomicfoundation%2Fhardhat-ts-plugin-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomicfoundation%2Fhardhat-ts-plugin-boilerplate/lists"}