{"id":20134200,"url":"https://github.com/fireblocks/hardhat-fireblocks","last_synced_at":"2025-04-09T17:14:52.809Z","repository":{"id":53926638,"uuid":"521931114","full_name":"fireblocks/hardhat-fireblocks","owner":"fireblocks","description":"Hardhat plugin for integrating with Fireblocks","archived":false,"fork":false,"pushed_at":"2025-01-22T15:55:03.000Z","size":1039,"stargazers_count":12,"open_issues_count":5,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-09T17:14:44.000Z","etag":null,"topics":["ethereum","ethereum-contract","hardhat","hardhat-plugin","solidity"],"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/fireblocks.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}},"created_at":"2022-08-06T11:43:29.000Z","updated_at":"2024-11-12T12:56:52.000Z","dependencies_parsed_at":"2024-01-09T17:02:37.159Z","dependency_job_id":"3d309df8-3a95-4dbb-9d9d-094d3882aacc","html_url":"https://github.com/fireblocks/hardhat-fireblocks","commit_stats":{"total_commits":45,"total_committers":4,"mean_commits":11.25,"dds":0.4222222222222223,"last_synced_commit":"65dda56bb360d974bd2f1bf410037934c258162b"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Fhardhat-fireblocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Fhardhat-fireblocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Fhardhat-fireblocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Fhardhat-fireblocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fireblocks","download_url":"https://codeload.github.com/fireblocks/hardhat-fireblocks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074923,"owners_count":21043490,"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":["ethereum","ethereum-contract","hardhat","hardhat-plugin","solidity"],"created_at":"2024-11-13T21:06:46.967Z","updated_at":"2025-04-09T17:14:52.791Z","avatar_url":"https://github.com/fireblocks.png","language":"TypeScript","readme":"[![npm version](https://badge.fury.io/js/@fireblocks%2Fhardhat-fireblocks.svg)](https://badge.fury.io/js/@fireblocks%2Fhardhat-fireblocks)\n\n# Fireblocks Hardhat Plugin\n\nThis is a [Hardhat](https://hardhat.org/) plugin for integrating with [Fireblocks](https://www.fireblocks.com/).\n\nThis plugin will help you to seamlessly integrate Fireblocks into your Hardhat development stack.\n\nYou can use it to deploy contracts and sign transactions and messages.\n\n## Installation\n\n```bash\nnpm install @fireblocks/hardhat-fireblocks\n```\n\nImport the plugin in your `hardhat.config.js`:\n\n```js\nrequire(\"@fireblocks/hardhat-fireblocks\");\nconst { ApiBaseUrl } = require(\"@fireblocks/fireblocks-web3-provider\");\n```\n\nOr if you are using TypeScript, in your `hardhat.config.ts`:\n\n```ts\nimport \"@fireblocks/hardhat-fireblocks\";\nimport { ApiBaseUrl } from \"@fireblocks/fireblocks-web3-provider\";\n```\n\n## Configuration\n\nThis plugin extends the `HttpNetworkUserConfig` object with an optional\n`fireblocks` field.\n\nThis is an example of how to set it:\n\n```js\nmodule.exports = {\n  solidity: \"0.8.17\",\n  networks: {\n    goerli: {\n      url: \"https://rpc.ankr.com/eth_goerli\",\n      fireblocks: {\n        // apiBaseUrl: ApiBaseUrl.Sandbox // If using a sandbox workspace\n        privateKey: process.env.FIREBLOCKS_API_PRIVATE_KEY_PATH,\n        apiKey: process.env.FIREBLOCKS_API_KEY,\n        vaultAccountIds: process.env.FIREBLOCKS_VAULT_ACCOUNT_IDS,\n      }\n    },\n  },\n};\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblocks%2Fhardhat-fireblocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireblocks%2Fhardhat-fireblocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblocks%2Fhardhat-fireblocks/lists"}