This is a Next.js project bootstrapped with create-fuels
.
- Start the Fuel development server. This server will start a local Fuel node and provide hot-reloading for your smart contracts.
npm run fuels:dev
- Start the Next.js development server.
npm run dev
To learn how to deploy your Fuel dApp to the testnet, you can follow our Deploying to Testnet guide.