You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mv .env.example .env
# DONT FORGET TO UPDATE ENVIRONMENT VARIABLE # FETCH THE PROJECT ID FROM https://cloud.walletconnect.com/
Start the website for development
npm run dev
Start the website for production(Two Steps)
first build
npm run build
then preview
npm run preview
About
A React and Tailwind CSS-based frontend for Tools.SimpleWeb3, leveraging Wagmi hooks to seamlessly connect wallets and send Ethereum transactions, providing an intuitive and responsive interface for interacting with the blockchain.