Skip to content

The Fuel TypeScript SDK

The Fuel TypeScript SDK provides methods and utilities in TypeScript, for developing on or interacting with the Fuel network and its ecosystem.

Using the SDK you can:

  • Deploy, interact with, and test Sway contracts.
  • Bootstrap a dApp and local development environment using the create fuels CLI.
  • Generate and import wallets from private key, mnemonic, or JSON and safely store them on the client.
  • Craft custom transactions and mutate them by adding resources, policies and signers and submit them.
  • Generate types for Sway programs using typegen to give end-to-end type safety.

Version

This documentation was generated using Fuels v0.85.0, Fuel Core v0.26.0, Sway v0.56.1, and Forc v0.56.1.