awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FuelLabs avatar

FuelLabs/fuels-ts

0
View on GitHub↗
43,133 星标·1,372 分支·TypeScript·Apache-2.0·6 次浏览docs.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.

Star 历史

fuellabs/fuels-ts 的 Star 历史图表fuellabs/fuels-ts 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Fuels Ts 的开源替代方案

相似的开源项目,按与 Fuels Ts 的功能重合度排序。
  • foundry-rs/foundryfoundry-rs 的头像

    foundry-rs/foundry

    10,125在 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
    在 GitHub 上查看↗10,125
  • fuellabs/fuels-rsFuelLabs 的头像

    FuelLabs/fuels-rs

    43,162在 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
    在 GitHub 上查看↗43,162
  • mystenlabs/suiMystenLabs 的头像

    MystenLabs/sui

    7,612在 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
    在 GitHub 上查看↗7,612
  • nomicfoundation/hardhatNomicFoundation 的头像

    NomicFoundation/hardhat

    8,489在 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
    在 GitHub 上查看↗8,489
查看 Fuels Ts 的所有 30 个替代方案→

常见问题解答

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.

fuellabs/fuels-ts 的主要功能有哪些?

fuellabs/fuels-ts 的主要功能包括: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。

fuellabs/fuels-ts 有哪些开源替代品?

fuellabs/fuels-ts 的开源替代品包括: 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…