Skip to content

Instantly share code, notes, and snippets.

View rogradev's full-sized avatar

Roger Grajales rogradev

View GitHub Profile
@rogradev
rogradev / WalletApp.js
Last active May 27, 2026 10:22
DeFiGuard – ETH Wallet UI with Web3.js | React Component
import { useState, useEffect, useCallback } from "react";
import { Web3 } from "web3";
// ─── Inline styles (no extra CSS file needed) ───────────────────────────────
const S = {
root: {
minHeight: "100vh",
background: "#0a0a0f",
display: "flex",
alignItems: "center",