Back to Fuels Ts

Running a local Fuel node

apps/docs/src/guide/getting-started/running-a-local-fuel-node.md

0.103.01.3 KB
Original Source

Running a local Fuel node

Remember to first install the Fuel Toolchain.

Check the online docs:

CommandDocumentation
Fuel Binaryfuel-coredocs — Running a local node
TS SDKfuels nodedocs — Using the fuels CLI
<!-- | Forc | `forc node` | [docs](https://docs.fuel.network/docs/forc/commands/forc_node/) | -->

Utilities

Testing

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

Developing

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

It makes development easier with a hot-reload experience:

More