{"id":21669498,"url":"https://github.com/kkomelin/create-fhenix-dapp","last_synced_at":"2026-05-10T15:32:53.156Z","repository":{"id":230399944,"uuid":"779264860","full_name":"kkomelin/create-fhenix-dapp","owner":"kkomelin","description":"\"Create React App\" for Fhenix DApps","archived":false,"fork":false,"pushed_at":"2024-05-02T06:44:37.000Z","size":1800,"stargazers_count":9,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"cli","last_synced_at":"2025-03-14T21:41:58.215Z","etag":null,"topics":["cli","create-fhenix-dapp","ethereum","fhenix","hardhat","nextjs","scaffold-eth","scaffold-eth-2","viem","wagmi"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkomelin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2024-03-29T12:27:22.000Z","updated_at":"2024-09-12T17:15:24.000Z","dependencies_parsed_at":"2024-04-23T10:42:36.391Z","dependency_job_id":"042a857f-b750-4898-b5b6-b33bae795820","html_url":"https://github.com/kkomelin/create-fhenix-dapp","commit_stats":null,"previous_names":["kkomelin/create-fhenix-dapp"],"tags_count":5,"template":false,"template_full_name":"scaffold-eth/scaffold-eth-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkomelin%2Fcreate-fhenix-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkomelin%2Fcreate-fhenix-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkomelin%2Fcreate-fhenix-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkomelin%2Fcreate-fhenix-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkomelin","download_url":"https://codeload.github.com/kkomelin/create-fhenix-dapp/tar.gz/refs/heads/cli","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244570792,"owners_count":20474126,"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":["cli","create-fhenix-dapp","ethereum","fhenix","hardhat","nextjs","scaffold-eth","scaffold-eth-2","viem","wagmi"],"created_at":"2024-11-25T12:22:50.026Z","updated_at":"2026-05-10T15:32:48.106Z","avatar_url":"https://github.com/kkomelin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create Fhenix DApp\n\n\u003ch4 align=\"center\"\u003e\n  \u003ca href=\"https://docs.fhenix.zone/docs/devdocs/intro\"\u003eFhenix Documentation\u003c/a\u003e |\n  \u003ca href=\"https://docs.scaffoldeth.io\"\u003eScaffold ETH Documentation\u003c/a\u003e |\n  \u003ca href=\"https://scaffoldeth.io\"\u003eScaffold ETH Website\u003c/a\u003e\n\u003c/h4\u003e\n\n🧪 An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Fhenix blockchain. \nIt's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts.\n\n⚙️ Built using Scaffold ETH, Next.js, RainbowKit, Hardhat, Wagmi, Viem, Ethers.js, Fhenixjs, and Typescript.\n\n_Started at [ETHSeoul](https://devfolio.co/projects/createfhenixapp-af32), where won 2d prize from [Fhenix](https://www.fhenix.io/) and 3d prize from [BuidlGuidl](https://buidlguidl.com/)._\n\n## Features\n\n- ✅ **Contract Hot Reload**: Your frontend auto-adapts to your smart contract as you edit it.\n- 🪝 **[Custom hooks](https://docs.scaffoldeth.io/hooks/)**: Collection of React hooks wrapper around [wagmi](https://wagmi.sh/) to simplify interactions with smart contracts with typescript autocompletion.\n- 🧱 [**Components**](https://docs.scaffoldeth.io/components/): Collection of common web3 components to quickly build your frontend.\n- 🔥 **Burner Wallet \u0026 Local Faucet**: Quickly test your application with a burner wallet and local faucet.\n- 🔐 **Integration with Wallet Providers**: Connect to different wallet providers and interact with the Ethereum/Fhenix network.\n- **Fhenix tools**: fhenix-hardhat-docker, fhenix-hardhat-plugin and fhenixjs for a quick start with Fhenix.\n\n![Frontpage](https://repository-images.githubusercontent.com/779264860/2d138d41-f588-4bf3-8d7b-50ac1b3af382)\n\n## Requirements\n\nBefore you begin, you need to install the following tools:\n\n- [Node (\u003e= v18.17)](https://nodejs.org/en/download/)\n- [pnpm](https://pnpm.io/installation)\n- [Git](https://git-scm.com/downloads)\n- [Docker](https://docs.docker.com/engine/install/)\n\n## Quickstart\n\nTo get started with Create Fhenix DApp, follow the steps below:\n\n1. Install and run it:\n\n```\npnpm create fhenix-dapp@latest\n```\n\n2. Run a local network:\n\n```\npnpm chain:start\n```\n\nThis command starts a local Fhenix node using Hardhat and Docker for testing and development. \nYou can customize the network configuration in `packages/backend/hardhat.config.ts`.\n\n3. Deploy a demo contract to the local network:\n\n```\npnpm deploy:contracts\n```\n\nNote: The default deployer contract will be automatically funded to be able to deploy to the local node.\n\nThe contract can be modified here: `packages/backend/contracts`\nThe contract deployment script can be customized here: `packages/backend/deploy`\n\n4. (optional) Run smart contract tests to make sure it's been deployed successfully:\n\n```\npnpm test\n```\n\n5. Then start your Next.js app:\n\n```\npnpm start\n```\n\nVisit your app on: `http://localhost:3000`. You can interact with your smart contract using the `Debug Contracts` page of the Counter demo on the frontpage. \nYou can tweak the app config in `packages/frontend/scaffold.config.ts`.\n\n6. (optional) When you finish your work, stop the local Fhenix node to release resources:\n\n```\npnpm chain:stop\n```\n\n## Development entry points\n\n- Tweak the app config in `packages/frontend/scaffold.config.ts`.\n- Edit the demo smart contract: `packages/backend/contracts/Counter.sol`\n- Edit your frontend in `packages/frontend/app`\n- Edit your deployment scripts: `packages/backend/deploy`\n\n## Documentation\n\n-  \u003ca href=\"https://www.fhenix.io/\"\u003eFhenix Website\u003c/a\u003e\n-  \u003ca href=\"https://docs.fhenix.zone/docs/devdocs/intro\"\u003eFhenix Documentation\u003c/a\u003e\n-  \u003ca href=\"https://docs.scaffoldeth.io\"\u003eScaffold ETH Documentation\u003c/a\u003e\n\n## Extend/develop this project\n\nCheck out [Wiki](https://github.com/kkomelin/create-fhenix-dapp/wiki)\n\n## Credits\n\nMany thanks to [Scaffold ETH](https://scaffoldeth.io/) developers for providing a solid foundation for this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkomelin%2Fcreate-fhenix-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkomelin%2Fcreate-fhenix-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkomelin%2Fcreate-fhenix-dapp/lists"}