{"id":19162536,"url":"https://github.com/salmandabbakuti/hardhat-boilerplate","last_synced_at":"2026-02-12T23:03:38.599Z","repository":{"id":57165300,"uuid":"410553006","full_name":"Salmandabbakuti/hardhat-boilerplate","owner":"Salmandabbakuti","description":"hardhat boilerplate for ethereum dapp development","archived":false,"fork":false,"pushed_at":"2024-12-08T21:03:51.000Z","size":31,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T11:17:13.757Z","etag":null,"topics":["blockchain","dapps","ethereum","ethereum-ide","hardhat","hardhat-boilerplate","hardhat-template","smartcontracts","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/Salmandabbakuti.png","metadata":{"files":{"readme":"README.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,"zenodo":null}},"created_at":"2021-09-26T13:00:11.000Z","updated_at":"2024-02-06T06:46:27.000Z","dependencies_parsed_at":"2024-05-09T13:32:19.085Z","dependency_job_id":"8517887d-2a48-412f-a70c-8319e0d6dde1","html_url":"https://github.com/Salmandabbakuti/hardhat-boilerplate","commit_stats":null,"previous_names":[],"tags_count":4,"template":true,"template_full_name":null,"purl":"pkg:github/Salmandabbakuti/hardhat-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2Fhardhat-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2Fhardhat-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2Fhardhat-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2Fhardhat-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Salmandabbakuti","download_url":"https://codeload.github.com/Salmandabbakuti/hardhat-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salmandabbakuti%2Fhardhat-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29385073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["blockchain","dapps","ethereum","ethereum-ide","hardhat","hardhat-boilerplate","hardhat-template","smartcontracts","solidity"],"created_at":"2024-11-09T09:11:42.543Z","updated_at":"2026-02-12T23:03:38.585Z","avatar_url":"https://github.com/Salmandabbakuti.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hardhat Boilerplate\n\nThis project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts with balances.\n\n\u003e Recommended to use Node.js v18+ and npm v8+\n\n\u003e Rename `env.example` to `.env` and add your env specific keys.\n\nTry running some of the following tasks:\n\n```bash\nnpm install\n\n# starts local node\nnpx hardhat node\n\n# list accounts with balances\nnpx hardhat accounts\n\n# show balance eth of specified account\nnpx hardhat balance --account '0x47a9...'\n\n# compile contracts\nnpx hardhat compile\n\n# deploy contract defined in tasks on specified network\nnpx hardhat deploy --network localhost\n\n# deploy contract in scripts/deploy.ts on specified network\nnpx hardhat run scripts/deploy.ts --network localhost\n\n#check linter issues using solhint plugin\nnpx hardhat check\n\n# check coverage using solidity-coverage plugin: supports hardhat network only\nnpx hardhat coverage --network hardhat\n\n# unit tests including gas usage\nnpx hardhat test\n\n# remove all compiled and deployed artifacts\nnpx hardhat clean\n\n# verify contract\nnpx hardhat verify --network \u003cdeployed network\u003e \u003cdeployed contract address\u003e \"\u003cconstructor1\u003e\" \"\u003cconstructor2\u003e\"\n\n# show help\nnpx hardhat help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalmandabbakuti%2Fhardhat-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalmandabbakuti%2Fhardhat-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalmandabbakuti%2Fhardhat-boilerplate/lists"}