How does Fuel Work?

Is Fuel Right For You?

Yes, if you’re any project:

Getting Started in NodeJS

This tutorial will cover: (1) setting up a persistent Fuel wallet in Node, (2) fauceting some fake DAI to your wallet, and (3) making your first transfer.

Let’s start a new Node project and install Fuel, open your terminal:

mkdir fuel-example && cd fuel-examplenpm initnpm install --save fuel-corenano index.js

First let’s (1) import fuel-core, (2) set up a signing key, (3) set up local persistent storage using a wrapped version of LevelDB, and (4) a Signer object.