Code Monkey home page Code Monkey logo

create-fhenix-dapp's Introduction

Create Fhenix DApp

🧪 An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Fhenix blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts.

⚙️ Built using Scaffold ETH, Next.js, RainbowKit, Hardhat, Wagmi, Viem, Ethers.js, Fhenixjs, and Typescript.

Started at ETHSeoul, where won 2d prize from Fhenix and 3d prize from BuidlGuidl.

Features

  • Contract Hot Reload: Your frontend auto-adapts to your smart contract as you edit it.
  • 🪝 Custom hooks: Collection of React hooks wrapper around wagmi to simplify interactions with smart contracts with typescript autocompletion.
  • 🧱 Components: Collection of common web3 components to quickly build your frontend.
  • 🔥 Burner Wallet & Local Faucet: Quickly test your application with a burner wallet and local faucet.
  • 🔐 Integration with Wallet Providers: Connect to different wallet providers and interact with the Ethereum/Fhenix network.
  • Fhenix tools: fhenix-hardhat-docker, fhenix-hardhat-plugin and fhenixjs for a quick start with Fhenix.

Frontpage

Requirements

Before you begin, you need to install the following tools:

Quickstart

To get started with Create Fhenix DApp, follow the steps below:

  1. Install and run it:
pnpm create fhenix-dapp@latest
  1. Run a local network:
pnpm chain:start

This command starts a local Fhenix node using Hardhat and Docker for testing and development. You can customize the network configuration in packages/backend/hardhat.config.ts.

  1. Deploy a demo contract to the local network:
pnpm deploy:contracts

Note: The default deployer contract will be automatically funded to be able to deploy to the local node.

The contract can be modified here: packages/backend/contracts The contract deployment script can be customized here: packages/backend/deploy

  1. (optional) Run smart contract tests to make sure it's been deployed successfully:
pnpm test
  1. Then start your Next.js app:
pnpm start

Visit 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. You can tweak the app config in packages/frontend/scaffold.config.ts.

  1. (optional) When you finish your work, stop the local Fhenix node to release resources:
pnpm chain:stop

Development entry points

  • Tweak the app config in packages/frontend/scaffold.config.ts.
  • Edit the demo smart contract: packages/backend/contracts/Counter.sol
  • Edit your frontend in packages/frontend/app
  • Edit your deployment scripts: packages/backend/deploy

Documentation

Extend/develop this project

Check out Wiki

Credits

Many thanks to Scaffold ETH developers for providing a solid foundation for this project.

create-fhenix-dapp's People

Contributors

kkomelin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

create-fhenix-dapp's Issues

Cannot update the Counter through the contract

Cannot write to the counter demo contract through Ethers.js:

Error: could not coalesce error (error={ "code": -32603, "message": "Internal JSON-RPC error." }, payload={ "id": 10, "jsonrpc": "2.0", "method": "eth_sendTransaction", "params": [ { "data": "0x859fc54200000000000000000000000

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.