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

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

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

Uniswap/web3-react

0
View on GitHub↗
5,688 星标·1,486 分支·TypeScript·GPL-3.0·8 次浏览web3-react-mu.vercel.app↗

Web3 React

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

Features

  • Frameworks - Provides a minimal, extensible framework for building modern Ethereum dApps.
  • Ethereum dApp Connectors - Switches Ethereum network connectors at runtime without page reload.
  • React Connectors - Provides a React library that connects Ethereum wallets to dApps through a unified connector interface.
  • Blockchain State Querying - Reads account balances, network IDs, and other blockchain state from a connected provider.
  • Reactive State Readers - Provides reactive state reading of blockchain accounts and network IDs for dApp UIs.
  • Ethereum Transaction Sending - Provides a framework for sending Ethereum transactions and tracking their status.
  • Wallet Connector Extensions - Provides a standard connector interface for adding new wallet types without core modifications.
  • Blockchain Network Connections - Provides wallet connection with network selection for Ethereum mainnet and L2s.
  • Network Selectors - Provides a network selection step before wallet connection in dApps.
  • Custom Wallet Connector Extensions - Provides a standard connector interface for adding new wallet types without modifying the core framework.
  • Runtime Wallet Switchers - Provides runtime wallet switching capability without page reload.
  • Runtime Wallet Switching - Provides seamless runtime wallet switching without page reloads.
  • Reactive State Management - Exposes blockchain state as reactive values that automatically update on provider events.
  • Network Switchers - Provides a built-in capability to switch Ethereum networks via wallet reconnection.

Star 历史

uniswap/web3-react 的 Star 历史图表uniswap/web3-react 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Web3 React 的开源替代方案

相似的开源项目,按与 Web3 React 的功能重合度排序。
  • noahzinsmeister/web3-reactNoahZinsmeister 的头像

    NoahZinsmeister/web3-react

    5,690在 GitHub 上查看↗

    web3-react is a React framework for building decentralized applications that connect to Ethereum wallets and read blockchain state. It provides a unified interface for wallet connection management, enabling Ethereum dApp development through a collection of hooks and providers that abstract away provider-specific logic. The library is built around a connector plugin architecture that normalizes interactions across different Ethereum networks and wallet implementations. It distributes blockchain state through React Context and synchronizes state reactively by subscribing to provider events like

    TypeScript
    在 GitHub 上查看↗5,690
  • 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
  • inoutcode/ethereum_bookinoutcode 的头像

    inoutcode/ethereum_book

    4,081在 GitHub 上查看↗

    This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides structured instruction on blockchain fundamentals, smart contract development, and the architectural principles of decentralized applications. The resource covers technical domains including smart contract security auditing, network administration, and web3 programming. It details the implementation of token standards, the use of mnemonic seeds for wallet integration, and the creation of censorship-resistant application architectures. The documentation extends to system-level opera

    Vueblockchaindappsethereum
    在 GitHub 上查看↗4,081
  • wevm/wagmiwevm 的头像

    wevm/wagmi

    6,731在 GitHub 上查看↗

    Wagmi is a collection of reactive hooks and a toolkit for interacting with Ethereum blockchains. It provides a comprehensive suite of primitives for managing wallet connections, reading smart contract data, and orchestrating on-chain transactions. The project distinguishes itself through a smart contract interface toolkit that retrieves binary interfaces to generate type-safe hooks and function wrappers. This ensures that blockchain inputs and outputs are validated at compile-time. It also features a specialized utility for translating Ethereum Name Service domains into wallet addresses and p

    TypeScriptdappethereumhooks
    在 GitHub 上查看↗6,731
查看 Web3 React 的所有 30 个替代方案→

常见问题解答

uniswap/web3-react 是做什么的?

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

uniswap/web3-react 的主要功能有哪些?

uniswap/web3-react 的主要功能包括:Frameworks, Ethereum dApp Connectors, React Connectors, Blockchain State Querying, Reactive State Readers, Ethereum Transaction Sending, Wallet Connector Extensions, Blockchain Network Connections。

uniswap/web3-react 有哪些开源替代品?

uniswap/web3-react 的开源替代品包括: noahzinsmeister/web3-react — web3-react is a React framework for building decentralized applications that connect to Ethereum wallets and read… inoutcode/ethereum_book — This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides… nomicfoundation/hardhat — Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum… wevm/wagmi — Wagmi is a collection of reactive hooks and a toolkit for interacting with Ethereum blockchains. It provides a… mobxjs/mobx — MobX is a reactive state management library and fine-grained reactivity engine. It provides an observable data store… mobxjs/mobx-react — mobx-react is a library that provides state bindings to connect React components to MobX observable state. It…