Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 755 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 755 Bytes

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.
npm run fuels:dev
  1. Start the Next.js development server.
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