{"id":13421646,"url":"https://github.com/wslyvh/nexth","last_synced_at":"2025-05-13T12:56:32.779Z","repository":{"id":64938806,"uuid":"579172366","full_name":"wslyvh/nexth","owner":"wslyvh","description":"A Next.js + Ethereum starter kit with Viem, Wagmi, Web3Modal, SIWE, Tailwind, daisyUI and more to quickly ship production-ready Web3 Apps ⚡","archived":false,"fork":false,"pushed_at":"2025-04-18T09:33:03.000Z","size":11283,"stargazers_count":709,"open_issues_count":3,"forks_count":144,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-18T23:03:42.368Z","etag":null,"topics":["chakra-ui","ethereum","nextjs","solidity","typescript","wagmi","web3"],"latest_commit_sha":null,"homepage":"https://nexth.vercel.app/","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/wslyvh.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}},"created_at":"2022-12-16T21:05:52.000Z","updated_at":"2025-04-18T09:33:07.000Z","dependencies_parsed_at":"2023-10-04T04:59:58.380Z","dependency_job_id":"d9954e4e-1152-47ad-93a8-59ccab287ed5","html_url":"https://github.com/wslyvh/nexth","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wslyvh%2Fnexth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wslyvh%2Fnexth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wslyvh%2Fnexth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wslyvh%2Fnexth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wslyvh","download_url":"https://codeload.github.com/wslyvh/nexth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948337,"owners_count":21988953,"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":["chakra-ui","ethereum","nextjs","solidity","typescript","wagmi","web3"],"created_at":"2024-07-30T23:00:27.615Z","updated_at":"2025-05-13T12:56:32.740Z","avatar_url":"https://github.com/wslyvh.png","language":"TypeScript","readme":"# Nexth\n\nA Next.js + Ethereum starter kit with Viem, Wagmi, Web3Modal, SIWE, Tailwind, daisyUI and more to quickly ship production-ready Web3 Apps ⚡\n\n![Nexth Readme Image](https://nexth.vercel.app/opengraph-image)\n\n## Packages 📦\n\n- [App](./packages/app) - Next.js 14, with App router\n- [Hardhat](./packages/hardhat/) - Hardhat projects\n- [Foundry](./packages/foundry/) - Foundry projects\n\nChoose the framework to use, \"hardhat\" or \"foundry\", eliminating the one we will not use.\n\n1- Delete the folder of the framework that will not be used:\n./packages/hardhat/ or ./packages/foundry/\n\n2- Go to \"packages/app/wagmi.config.ts\" and remove the plugin that will not be used.\n\n```ts\nhardhat({\n    project: '../hardhat',\n    deployments: {\n    Message: {\n        11155111: '0xcc5a0d6268d70811edad77799f2168afe6382e89',\n    },\n    },\n}),\nfoundry({\n    project: '../foundry',\n    deployments: {\n    Message: {\n        11155111: '0xcc5a0d6268d70811edad77799f2168afe6382e89',\n    },\n    },\n}),\n```\n\n## Development 🛠️\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n## Funding\n\nThis project is funding its core dependencies with [Drips protocol](https://www.drips.network/app/projects/github/wslyvh/nexth?exact). A split contract that splits 60% of all proceeds with core contributors and 40% for dependencies.\n\n### Contributors\n\nContributors to this repository are rewarded based on their contributions to the project. Their contribution score is calculated based on a combination of the commits, issues, pull requests, and other contributions that determine the amount of funding they receives.\n\nThe score is calculated using [Contributor Graph](https://github.com/wslyvh/contributor-graph).\n\n### Distribution\n\n- In 2024 the project received $7,075 USD in funding. 60% ($4,245) is distributed to core contributors.\n  - https://arbiscan.io/tx/0x95d6cd302374d64a401e35a27570fec9793bd9751cbfdeec36d3ade3b1965c24\n\n## Deploy on Vercel 🚢\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwslyvh%2Fnexth)\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=nexth\u0026filter=next.js\u0026utm_source=nexth\u0026utm_campaign=nexth-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","funding_links":[],"categories":["Software Development","TypeScript","Project Starter","Starter Kits","Uncategorized"],"sub_categories":["Boilerplate","dApp Starter Kits","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwslyvh%2Fnexth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwslyvh%2Fnexth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwslyvh%2Fnexth/lists"}