0.73.0 • Published 1 year ago

@fuel-ts/wallet v0.73.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

@fuel-ts/wallet

@fuel-ts/wallet is a sub-module for interacting with Fuel.

This module contains the class to manage a private key and signing for a standard Externally Owned Account (EOA)

Table of contents

Documentation

See Fuels-ts Documentation

Usage

Installation

pnpm add @fuel-ts/wallet
# or
npm add @fuel-ts/wallet

Full SDK Installation

Alternatively, we recommend you install the complete SDK using the umbrella package:

pnpm add fuels
# or
npm add fuels

Test Utilities

These test utilities are exported to assist in testing apps using Fuels.

import { bn } from "@fuel-ts/math";
import { BaseAssetId } from "fuels";
import { seedTestWallet, generateTestWallet } from "@wallet/test-utils";

const provider = await Provider.create("http://127.0.0.1:4000/graphql");

// seeding
const wallet = Wallet.fromPrivateKey("0x...", provider);
seedTestWallet(wallet, [{ assetId: BaseAssetId, amount: bn(100_000) }]);

// generating
const wallet = await generateTestWallet(provider, [[1_000, BaseAssetId]]);

Contributing

In order to contribute to @fuel-ts/wallet, please see the main fuels-ts monorepo.

Changelog

The @fuel-ts/wallet changelog can be found at CHANGELOG.

License

The primary license for @fuel-ts/wallet is Apache 2.0, see LICENSE.

0.73.0

1 year ago

0.72.0

1 year ago

0.71.1

2 years ago

0.70.1

2 years ago

0.71.0

2 years ago

0.69.1

2 years ago

0.68.0

2 years ago

0.69.0

2 years ago

0.55.0

2 years ago

0.64.1

2 years ago

0.64.0

2 years ago

0.53.0

2 years ago

0.66.1

2 years ago

0.66.0

2 years ago

0.59.0

2 years ago

0.48.2

2 years ago

0.48.0

2 years ago

0.48.1

2 years ago

0.57.0

2 years ago

0.46.0

2 years ago

0.63.0

2 years ago

0.52.0

2 years ago

0.61.0

2 years ago

0.50.0

2 years ago

0.67.0

2 years ago

0.56.1

2 years ago

0.56.0

2 years ago

0.65.0

2 years ago

0.54.1

2 years ago

0.54.0

2 years ago

0.49.1

2 years ago

0.49.0

2 years ago

0.58.0

2 years ago

0.47.0

2 years ago

0.62.0

2 years ago

0.51.0

2 years ago

0.60.0

2 years ago

0.44.2

2 years ago

0.45.0

2 years ago

0.43.0

2 years ago

0.44.0

2 years ago

0.44.1

2 years ago

0.41.0

2 years ago

0.42.0

2 years ago

0.43.1

2 years ago

0.39.1

2 years ago

0.39.0

2 years ago

0.40.0

2 years ago

0.36.0

2 years ago

0.37.1

2 years ago

0.37.0

2 years ago

0.34.1

2 years ago

0.34.0

2 years ago

0.35.0

2 years ago

0.38.1

2 years ago

0.38.0

2 years ago

0.33.0

2 years ago

0.32.0

2 years ago

0.31.0

2 years ago

0.29.1

2 years ago

0.30.0

2 years ago

0.20.0

3 years ago

0.29.0

3 years ago

0.21.2

3 years ago

0.21.1

3 years ago

0.21.0

3 years ago

0.22.2

3 years ago

0.22.1

3 years ago

0.22.0

3 years ago

0.27.0

3 years ago

0.28.1

3 years ago

0.28.0

3 years ago

0.25.1

3 years ago

0.25.0

3 years ago

0.26.0

3 years ago

0.19.0

3 years ago

0.23.0

3 years ago

0.24.2

3 years ago

0.24.1

3 years ago

0.24.0

3 years ago

0.17.0

3 years ago

0.15.0

3 years ago

0.16.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.12.0

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.10.0

3 years ago

0.8.0

3 years ago

0.11.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.0-ffaf915

4 years ago

0.0.0-06bf76b

4 years ago

0.0.0-6656c20

4 years ago

0.0.0-81f2af2

4 years ago

0.0.0-10fb67a

4 years ago