An open API service indexing awesome lists of open source software.

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

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