kesne / ethereal-react

A suspense-compatible React library for Ethereum development

Home Page:https://kesne.github.io/ethereal-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethereal-react

A collection of React hooks and components, making it easy to develop frontends for Ethereum dApps.

Features:

  • Powered by ethers.
  • Works with React 17+, and compatible with upcoming React 18 features. Powered by Suspense, Error Boundaries, and concurrent rendering.
  • Built-in support for connecting to wallets with Web3Modal.
  • Supports TypeScript out of the box, including fully-typed contracts with TypeChain.
  • Small bundle size, and tree-shakable module. Currently ~2.5 kB gzipped for all features.

Getting Started

Read the documentation site for details about how to integrate ethereal-react in your project.

About

A suspense-compatible React library for Ethereum development

https://kesne.github.io/ethereal-react/

License:MIT License


Languages

Language:TypeScript 91.8%Language:Solidity 5.8%Language:JavaScript 1.9%Language:CSS 0.4%