Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 721 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 721 Bytes

⚠️ Archived: Use https://github.com/paritytech/create-polkadot-dapp instead

Getting started with Dapp on Asset Hub

This repository contains 2 boilerplates Dapp to help you getting started building contracts on Asset Hub.

Build Dapp with ethers.js & react

This is a Dapp boilerplate that uses ethers.js along with react to build a Dapp.

See ethers/README.md

Build Dapp with wagmi & react & viem

This is a more modern Dapp boilerplate that uses Viem and Wagmi. Viem is a lightweight TypeScript library for interacting with Ethereum, focusing on providing a simple, type-safe API for Ethereum JSON-RPC methods. Wagmi is a collection of React hooks for Ethereum.

See viem/README.md