awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Uniswap avatar

Uniswap/web3-react

0
View on GitHub↗
5,688 stars·1,486 forks·TypeScript·GPL-3.0·7 vuesweb3-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.

Historique des stars

Graphique de l'historique des stars pour uniswap/web3-reactGraphique de l'historique des stars pour uniswap/web3-react

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 à Web3 React

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Web3 React.
  • noahzinsmeister/web3-reactAvatar de NoahZinsmeister

    NoahZinsmeister/web3-react

    5,690Voir sur 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
    Voir sur GitHub↗5,690
  • 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
  • inoutcode/ethereum_bookAvatar de inoutcode

    inoutcode/ethereum_book

    4,081Voir sur 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
    Voir sur GitHub↗4,081
  • wevm/wagmiAvatar de wevm

    wevm/wagmi

    6,731Voir sur 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
    Voir sur GitHub↗6,731
Voir les 30 alternatives à Web3 React→

Questions fréquentes

Que fait uniswap/web3-react ?

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

Quelles sont les fonctionnalités principales de uniswap/web3-react ?

Les fonctionnalités principales de uniswap/web3-react sont : Frameworks, Ethereum dApp Connectors, React Connectors, Blockchain State Querying, Reactive State Readers, Ethereum Transaction Sending, Wallet Connector Extensions, Blockchain Network Connections.

Quelles sont les alternatives open-source à uniswap/web3-react ?

Les alternatives open-source à uniswap/web3-react incluent : 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…