adamcanray / web3-ease

Home Page:https://web3-ease.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web3Ease

Web3Ease is a user-friendly Ethereum wallet web application built with Next.js 13 and React. It aims to provide a seamless and intuitive interface for managing Ethereum assets and interacting with decentralized applications (dApps) on the Ethereum blockchain. Web3Ease prioritizes simplicity, security, and accessibility, making it easier for users to navigate the world of Web3 and decentralized finance (DeFi).

Getting Started

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

ToDo:

  • [✅] Listening to Event (emit)
  • [✅] Refetch some data while Event emitted
  • [⭕️] Listening account/network change (do some)
  • [✅] Beautify UI (took time)
  • [⭕️] Support more wallet (may need some addition logic)
  • [✅] Enhance error handling mechanism (took time)
  • [✅] Enhance mint mechanism
  • [⭕️] Send ETH mechanism
  • [⭕️] View transaction history
  • [⭕️] Store NETWORK_CHAIN_ID to environment variables?
  • [⭕️] Store CONTRACT_ADDRESS to environment variables?

About

https://web3-ease.vercel.app


Languages

Language:TypeScript 85.7%Language:CSS 10.6%Language:JavaScript 3.7%