Back to Fuels Ts

README

templates/nextjs/README.md

0.103.0754 B
Original Source

This is a Next.js project bootstrapped with create-fuels.

Getting Started

  1. Start the Fuel development server. This server will start a local Fuel node and provide hot-reloading for your smart contracts.
bash
npm run fuels:dev
  1. Start the Next.js development server.
bash
npm run dev

Deploying to Testnet

To learn how to deploy your Fuel dApp to the testnet, you can follow our Deploying to Testnet guide.

Learn More