Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 341 Bytes

⚔️ npx next-wagmi-boilerplate my-app

Boilerplate code for Nextjs project with ethersjs, wagmi.

Wired up wagmi library to:

  • connect wallet
  • check if wallet is already connected
  • sign a message and verify authenticated address
  • check account balance
  • disconnect wallet
  • interact with smart contract
  • added tailwind for styling