{"id":21152345,"url":"https://github.com/startertemp/nextjs-hardhat-ts","last_synced_at":"2026-02-08T11:02:37.925Z","repository":{"id":56723198,"uuid":"524178532","full_name":"startertemp/nextjs-hardhat-ts","owner":"startertemp","description":"TypeScript Next and Hardhat Starter project.","archived":false,"fork":false,"pushed_at":"2024-12-17T22:27:48.000Z","size":154,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-06T00:42:30.814Z","etag":null,"topics":["nextjs","react","typescript"],"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/startertemp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-12T17:52:38.000Z","updated_at":"2024-01-22T17:35:24.000Z","dependencies_parsed_at":"2024-11-20T04:23:00.834Z","dependency_job_id":null,"html_url":"https://github.com/startertemp/nextjs-hardhat-ts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/startertemp/nextjs-hardhat-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/startertemp%2Fnextjs-hardhat-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/startertemp%2Fnextjs-hardhat-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/startertemp%2Fnextjs-hardhat-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/startertemp%2Fnextjs-hardhat-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/startertemp","download_url":"https://codeload.github.com/startertemp/nextjs-hardhat-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/startertemp%2Fnextjs-hardhat-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29228544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T09:43:19.170Z","status":"ssl_error","status_checked_at":"2026-02-08T09:42:55.556Z","response_time":57,"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":["nextjs","react","typescript"],"created_at":"2024-11-20T10:38:33.760Z","updated_at":"2026-02-08T11:02:37.912Z","avatar_url":"https://github.com/startertemp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub issues](https://img.shields.io/github/issues/startertemp/nextjs-hardhat-ts)](https://github.com/startertemp/nextjs-hardhat-ts/issues)\n[![GitHub license](https://img.shields.io/github/license/startertemp/nextjs-hardhat-ts)](https://github.com/startertemp/nextjs-hardhat-ts/blob/master/LICENSE)\n![Discord](https://img.shields.io/discord/1004829842476376184)\n![GitHub forks](https://img.shields.io/github/forks/startertemp/nextjs-hardhat-ts?style=social)\n--\n![Twitter Follow](https://img.shields.io/twitter/follow/yanukadeneth99?style=social)\n![GitHub followers](https://img.shields.io/github/followers/yanukadeneth99?style=social)\n--\n\n# Next JS, Solidity Typescript Starter Template\n\nThis is a starter template which you can use containing multiple installed libraries for quick setup. This template uses `pnpm` for installation instead of `yarn` or `npm` for performance and space benefits. You can read more about pnpm [here](https://pnpm.io/)\n\n## Installation\n\n```\nnpx @startertemp/nextjs-hardhat-ts my-app\n```\n\n- `npx` stands for npm init\n- `@startertemp/nextjs-hardhat-ts` is the package name\n- `my-app` is the folder name\n\n## Get Started\n\n1. `cd frontend` to go into the frontend folder\n2. `pnpm dev` to run the next js project.\n\n## Libraries Included\n\n### Front-end\n\n- [Next JS](https://nextjs.org/docs/getting-started)\n- [React JS](https://reactjs.org/docs/getting-started.html)\n- [ESLint](https://eslint.org/docs/latest/rules/)\n- [Prettier](https://prettier.io/playground/)\n- [TailwindCSS](https://tailwindcss.com/docs/utility-first)\n- [Daisy UI](https://daisyui.com/components/button/)\n- [Notistack](https://notistack.com/examples#variants)\n- [Jest](https://nextjs.org/docs/testing#creating-your-tests)\n- [Web3Modal](https://github.com/Web3Modal/web3modal)\n- [Ethers](https://docs.ethers.io/v5/getting-started/)\n\n### Back-end\n\n- [Hardhat/Soldity](https://hardhat.org/hardhat-runner/docs/getting-started#overview)\n- [Hardhat-Toolbox](https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-toolbox)\n- [Chai](https://www.chaijs.com/)\n- [@nomicfoundation/hardhat-chai-matchers](https://hardhat.org/hardhat-chai-matchers/docs/overview)\n- [@nomicfoundation/hardhat-network-helpers](https://hardhat.org/hardhat-network-helpers/docs/overview)\n- [@nomiclabs/hardhat-etherscan](https://www.npmjs.com/package/@nomiclabs/hardhat-etherscan)\n- [typechain](https://www.npmjs.com/package/typechain)\n- [@nomiclabs/hardhat-waffle](https://www.npmjs.com/package/@nomiclabs/hardhat-waffle)\n- [@nomiclabs/hardhat-ethers](https://www.npmjs.com/package/@nomiclabs/hardhat-ethers)\n- [hardhat-gas-reporter](https://www.npmjs.com/package/hardhat-gas-reporter)\n- [solidity-coverage](https://www.npmjs.com/package/solidity-coverage)\n- [@OpenZeppelin/Contracts](https://www.openzeppelin.com/contracts)\n- [dotenv](https://www.npmjs.com/package/dotenv)\n\n## Contribution\n\nAny type of contributions are welcome into [Github Repository.](https://github.com/startertemp/nextjs-hardhat-ts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartertemp%2Fnextjs-hardhat-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstartertemp%2Fnextjs-hardhat-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartertemp%2Fnextjs-hardhat-ts/lists"}