create-fuels
v0.100.2
Published
A scaffolding CLI tool for creating new full-stack Fuel projects.
Downloads
3,056
Readme
create-fuels
A scaffolding CLI tool for creating new full-stack Fuel projects.
Usage
pnpm create fuels
Getting Started
- 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
Deploying to Testnet
To learn how to deploy your Fuel dApp to the testnet, you can follow our Deploying to Testnet guide.
Learn More
Contributing
- To make changes to the template locally, you will need to have a
.env.local
file in thetemplates/nextjs
directory with the following contents:
NEXT_PUBLIC_FUEL_NETWORK_URL=http://127.0.0.1:4000/v1/graphql
This file is populated automatically for end users when they run pnpm create fuels
.