A comprehensive boilerplate for building decentralized applications (dApps) using Web3 technologies. This setup includes essential dependencies for blockchain development, such as Web3.js for interacting with the Ethereum blockchain, Infura for RPC nodes, and React. It also incorporates Tailwind CSS for styling, ESLint for code quality, and support for environment variables.
- ERC-20 Create Wallet, Get Token BalanceOf and Send Transactions
- Web3.js for Ethereum blockchain interaction
- Infura.io for blockchain RPC nodes
- React + Vite + Tailwind CSS for frontend
- Environment configuration via dotenv
- Clone the repository
git clone https://github.com/asilvafx/web3.git cd web3