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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·12 viewsweb3-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 history

Star history chart for uniswap/web3-reactStar history chart for uniswap/web3-react

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Web3 React

Similar open-source projects, ranked by how many features they share with Web3 React.
  • noahzinsmeister/web3-reactNoahZinsmeister avatar

    NoahZinsmeister/web3-react

    5,690View on 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
    View on GitHub↗5,690
  • nomicfoundation/hardhatNomicFoundation avatar

    NomicFoundation/hardhat

    8,489View on 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
    View on GitHub↗8,489
  • inoutcode/ethereum_bookinoutcode avatar

    inoutcode/ethereum_book

    4,081View on 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
    View on GitHub↗4,081
  • wevm/wagmiwevm avatar

    wevm/wagmi

    6,731View on 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
    View on GitHub↗6,731
See all 30 alternatives to Web3 React→

Frequently asked questions

What does uniswap/web3-react do?

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

What are the main features of uniswap/web3-react?

The main features of uniswap/web3-react are: Frameworks, Ethereum dApp Connectors, React Connectors, Blockchain State Querying, Reactive State Readers, Ethereum Transaction Sending, Wallet Connector Extensions, Blockchain Network Connections.

What are some open-source alternatives to uniswap/web3-react?

Open-source alternatives to uniswap/web3-react include: 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…