![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@fuel-ts/account
Advanced tools
**@fuel-ts/wallet** is a sub-module for interacting with **Fuel**.
@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)
pnpm add @fuel-ts/wallet
# or
npm add @fuel-ts/wallet
Alternatively, we recommend you install the complete SDK using the umbrella package:
pnpm add fuels
# or
npm add fuels
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 "@account/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]]);
In order to contribute to @fuel-ts/wallet
, please see the main fuels-ts monorepo.
The @fuel-ts/wallet
changelog can be found at CHANGELOG.
The primary license for @fuel-ts/wallet
is Apache 2.0
, see LICENSE.
FAQs
**@fuel-ts/account** is a sub-module for interacting with **Fuel**.
The npm package @fuel-ts/account receives a total of 25,559 weekly downloads. As such, @fuel-ts/account popularity was classified as popular.
We found that @fuel-ts/account demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.