Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
create-fhenix-dapp
Advanced tools
🧪 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 NextJS, RainbowKit, Hardhat, Wagmi, Viem, Fhenixjs, and Typescript.
Before you begin, you need to install the following tools:
To get started with Create Fhenix DApp, follow the steps below:
npx create-fhenix-dapp@latest
pnpm chain:start
This command starts a local Ethereum network using Hardhat or Foundry, depending on which one you selected in the CLI. The network runs on your local machine and can be used for testing and development. You can customize the network configuration in:
packages/backend/hardhat.config.ts
if you have Hardhat as solidity framework.This command fund the default deployer contract to be able to deploy to the local node.
pnpm deploy:contracts
This command deploys a test smart contract to the local network. The contract can be modified to suit your needs. Is located in:
packages/backend/contracts
The pnpm deploy:contracts
command uses a deploy script to deploy the contract to the network. You can customize it. Is located in:
packages/backend/deploy
pnpm start
pnpm chain:stop
Visit your app on: http://localhost:3000
. You can interact with your smart contract using the Debug Contracts
page.
You can tweak the app config in packages/frontend/scaffold.config.ts
.
Run smart contract test with pnpm hardhat:test
.
YourContract.sol
in packages/banckend/contracts
packages/frontend/pages
packages/backend/deploy
TBD
FAQs
Create Fhenix DApp
The npm package create-fhenix-dapp receives a total of 20 weekly downloads. As such, create-fhenix-dapp popularity was classified as not popular.
We found that create-fhenix-dapp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.