Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
Running a Local Fuel Node

Icon LinkRunning a local Fuel node

Remember to first install the Fuel Toolchain Icon Link.

Check the online docs:

CommandDocumentation
Fuel Binaryfuel-coredocs Icon Link — Running a local node
TS SDKfuels nodedocs Icon Link — Using the fuels CLI

Icon LinkUtilities

Icon LinkTesting

You can run a Fuel node from within your .ts unit tests:

Icon LinkDeveloping

Configure your project for the fuels CLI using a fuels.config.ts file:

It makes development easier with a hot-reload experience:

Icon LinkMore