awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FuelLabs avatar

FuelLabs/fuels-ts

0
View on GitHub↗
43,133 stars·1,372 forks·TypeScript·Apache-2.0·6 vuesdocs.fuel.network/docs/fuels-ts↗

Fuels Ts

fuels-ts is a TypeScript SDK and development toolkit for the Fuel blockchain. It provides a library for executing transactions and querying blockchain state, alongside a set of utilities for smart contract development and deployment.

The toolkit includes a local blockchain node runner that supports hot-reloading to enable rapid testing and iteration. It further distinguishes itself by generating type-safe TypeScript definitions from smart contract specifications to ensure compile-time validation of function calls.

The project covers a broad range of capabilities including wallet derivation using hierarchical key structures, JSON-RPC communication, and asynchronous transaction polling. It also provides tools for converting contract source code into serialized bytecode for deployment to the distributed ledger.

Features

  • Blockchain Development Toolkits - Offers a comprehensive TypeScript toolkit for managing accounts, deploying contracts, and building decentralized applications on Fuel.
  • Blockchain Client Libraries - Acts as a primary TypeScript library for interacting with Fuel blockchain nodes and signing transactions.
  • Blockchain RPC Interfaces - Utilizes a standardized JSON-RPC interface for communicating queries and transactions to blockchain nodes.
  • Smart Contract Development Frameworks - Provides a full-stack toolkit for writing, testing, and deploying smart contracts on the Fuel network.
  • Blockchain Transaction Executors - Provides capabilities to submit value transfers and contract interactions to the Fuel network.
  • Contract Type Generators - Generates type-safe TypeScript definitions from smart contract specifications to ensure compile-time validation of function calls.
  • Blockchain Local Development Environments - Manages a local blockchain node process to provide a sandboxed environment for rapid development.
  • Blockchain Nodes - Executes a local blockchain node with hot-reloading to accelerate the testing and iteration process.
  • Blockchain Node Lifecycle Management - Orchestrates the lifecycle of a local Fuel node to facilitate rapid testing and development.
  • Smart Contract Deployment Pipelines - Provides tools for the deployment and release management of smart contracts to the network.
  • Contract Bytecode Compilation - Converts high-level smart contract source code into optimized bytecode for submission to the distributed ledger.
  • Key Derivation Schemes - Implements BIP32 hierarchical deterministic key derivation for generating wallet addresses from a seed phrase.

Historique des stars

Graphique de l'historique des stars pour fuellabs/fuels-tsGraphique de l'historique des stars pour fuellabs/fuels-ts

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Fuels Ts

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Fuels Ts.
  • foundry-rs/foundryAvatar de foundry-rs

    foundry-rs/foundry

    10,125Voir sur GitHub↗

    Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing, and deploying contracts for the Ethereum Virtual Machine. It provides a local environment for simulating blockchain state and forking live networks to execute code without modifying the actual chain. The project features a property-based fuzzing engine to identify edge-case failures in contract logic and a transaction debugger for analyzing detailed execution traces and gas consumption. It enables developers to mirror the state of a remote chain locally to test against real-worl

    Rustalloyblockchainbytecode
    Voir sur GitHub↗10,125
  • fuellabs/fuels-rsAvatar de FuelLabs

    FuelLabs/fuels-rs

    43,162Voir sur GitHub↗

    This project is a Rust SDK and client library for the Fuel blockchain. It serves as a smart contract development kit used to compile, deploy, and test blockchain contracts in both local and remote environments. The library includes a binding generator that creates type-safe Rust code from contract methods, ensuring compile-time safety for blockchain function calls. It also provides a local sandbox runtime to launch network nodes and simulate wallet activity for decentralized application testing. The toolset covers blockchain wallet management, transaction signing, and state querying through

    Rust
    Voir sur GitHub↗43,162
  • mystenlabs/suiAvatar de MystenLabs

    MystenLabs/sui

    7,612Voir sur GitHub↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Rustblockchaindistributed-ledger-technologymove
    Voir sur GitHub↗7,612
  • nomicfoundation/hardhatAvatar de NomicFoundation

    NomicFoundation/hardhat

    8,489Voir sur GitHub↗

    Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum and EVM-compatible applications. It serves as a development environment for compiling, testing, and deploying smart contracts, providing a local blockchain simulation and a programmable task runner. The framework is distinguished by its extensive simulation capabilities, including the ability to fork remote network state and manipulate block time or account balances. It features a hook-based plugin system that allows for the extension of core functionality and the creation of cu

    TypeScriptblockchaindappsdebugging
    Voir sur GitHub↗8,489
Voir les 30 alternatives à Fuels Ts→

Questions fréquentes

Que fait fuellabs/fuels-ts ?

fuels-ts is a TypeScript SDK and development toolkit for the Fuel blockchain. It provides a library for executing transactions and querying blockchain state, alongside a set of utilities for smart contract development and deployment.

Quelles sont les fonctionnalités principales de fuellabs/fuels-ts ?

Les fonctionnalités principales de fuellabs/fuels-ts sont : Blockchain Development Toolkits, Blockchain Client Libraries, Blockchain RPC Interfaces, Smart Contract Development Frameworks, Blockchain Transaction Executors, Contract Type Generators, Blockchain Local Development Environments, Blockchain Nodes.

Quelles sont les alternatives open-source à fuellabs/fuels-ts ?

Les alternatives open-source à fuellabs/fuels-ts incluent : foundry-rs/foundry — Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing,… fuellabs/fuels-rs — This project is a Rust SDK and client library for the Fuel blockchain. It serves as a smart contract development kit… mystenlabs/sui — Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It… nomicfoundation/hardhat — Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum… ethereumbook/ethereumbook — This project serves as a comprehensive technical reference and educational platform for the Ethereum ecosystem. It… consensys-archive/truffle — Truffle is a development framework designed for the end-to-end lifecycle management of decentralized applications on…