Back to Fuels Ts

Installation

apps/docs/src/guide/getting-started/installation.md

0.103.0526 B
Original Source
<script setup> import { data } from '../../versions.data' const { fuels } = data </script>

Installation

You must install the Fuel Toolchain before using this library.

Then add the fuels dependency to your project:

::: code-group

sh-vue
bun add fuels@{{fuels}}
sh-vue
pnpm add fuels@{{fuels}}
sh-vue
npm install fuels@{{fuels}} --save

:::

Now you are ready to: