https://github.com/asilvafx/web3
ERC-20 Token Integration. Create Wallet, Balance Of and Send Transactions. Using Ethereum Infura and Web3.js
https://github.com/asilvafx/web3
blockchain dapp erc20-token eth ethereum infura react smart-contract web3
Last synced: 4 months ago
JSON representation
ERC-20 Token Integration. Create Wallet, Balance Of and Send Transactions. Using Ethereum Infura and Web3.js
- Host: GitHub
- URL: https://github.com/asilvafx/web3
- Owner: asilvafx
- License: mit
- Created: 2024-11-08T09:49:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T23:10:25.000Z (7 months ago)
- Last Synced: 2025-01-13T15:25:09.415Z (5 months ago)
- Topics: blockchain, dapp, erc20-token, eth, ethereum, infura, react, smart-contract, web3
- Language: JavaScript
- Homepage: https://web3-eth.vercel.app
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Web3 Ethereum
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.## Features
- **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## Installation
1. **Clone the repository**
```bash
git clone https://github.com/asilvafx/web3.git
cd web3