This is a Next.js project bootstrapped with create-fuels.
- Install dependencies.
npm install- 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
# or
npx fuels dev- Start the Next.js development server.
npm run dev