Back to Fuels Ts

The Fuel TypeScript SDK

apps/docs/src/index.md

0.103.01.3 KB
Original Source
<script setup> import { data } from './versions.data' const { forc, fuels, fuelCore } = data const url = `https://docs.fuel.network/docs/forc/` const logoSrc = './fuel-logo.png' </script>

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 v{{fuels}}, Fuel Core v{{fuelCore}}, Sway v{{forc}}, and Forc v{{forc}}.

API Documentation

The Complete API documentation for the SDK is available here.