
October 07, 2023
Crypto Wallet App (React + Web3.js)
This was a 2 day project i did a while back, the aim of this project was to connect to testnet of Ethereum and Polygon using metamask and the user would be able to basic crypto operation and also have a wallet history.
Features :
Ability to send coins ( ETH and MATIC)
Ability to switch network
Dashbaord with balance and status.
Transaction History
Ability to get/view etherscan info
Technology:
React
web3.js
MUI
Tailwind
Screenshots :
Fetching usedata from SesssionStoage on intial load and reconnecting / asking for login if not userdata is found.
async function to fetch the wallet infomation from your Eth account and update the states storing the data on dashboard.
reusable and modular components for better understading and code reusablity.
styled using tailwind( light weight css framework) and MUI for UI components.
github link : https://github.com/Dev-rahul/Crypto-Wallet
367 views