Skip to content

Hemachandra9899/tools.simpleweb3.ch

 
 

Repository files navigation

tools.simpleweb3.ch

To Run

Pre-Requisites

  1. Nodejs version 20+

Installation

npm install

Have a environment variable

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.0%
  • CSS 1.3%
  • Other 0.7%