wagmihub
  • πŸ‘‹Introduction
  • 🚩Problem
  • πŸ’‘Solution
  • βš™οΈFeatures
  • πŸͺ™Token
    • πŸ“ŠTokenomics
    • ⏳Vesting Schedule
    • πŸ› οΈToken Utility
  • ⛓️WAGMI Chain
    • Resources for EVM Development
    • Adding WAGMI Chain
    • Adding WAGMI Chain to MetaMask
    • Hardhat Config for WAGMI chain
    • Wagmi Config for WAGMI chain
    • Do I need WAGMI for gas?
    • Deploy smart contracts
    • Developing the UI
    • Add Network Button Example
    • FAQ
    • Support
  • πŸ—ΊοΈRoadmap
  • πŸ’ΌBusiness model
  • πŸ‘₯Socials
  • πŸ‘¨β€πŸ’»Team
  • 🀝Partners
  • πŸ“œLegal Notice
Powered by GitBook
On this page
  1. WAGMI Chain

Developing the UI

PreviousDeploy smart contractsNextAdd Network Button Example

Last updated 3 months ago

We recommend using and to interact with the blockchain. These tools streamline tasks such as connecting wallets, sending transactions, and interacting with smart contracts.

To set up the local environment and try out WAGMI UI, use the create-aurora-app package:

  • npx create-aurora-app@latest dapp <project-name>

After the project is initialized, just add the WAGMI chain to the hardhat.config.js file in your project directory, as .

For more information, please refer to the Aurora Documentation to learn how to:

⛓️
Viem
Wagmi
described above
Connect your wallet
Get connected account data
Send transactions
Read contract
Write contract