{"id":51570420,"url":"https://github.com/boopi7/ethereum-tax-stack","last_synced_at":"2026-07-10T19:01:58.536Z","repository":{"id":320295717,"uuid":"1081550198","full_name":"Boopi7/Ethereum-Tax-Stack","owner":"Boopi7","description":"Full stack MERN application that pulls Ethereum transactions and creates tax files and displays metrics given that data.","archived":false,"fork":false,"pushed_at":"2025-10-30T06:13:58.000Z","size":4165,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T20:51:44.658Z","etag":null,"topics":["evm","javascript","nextjs","react","typscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Boopi7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-23T00:07:00.000Z","updated_at":"2025-11-03T09:08:18.000Z","dependencies_parsed_at":"2025-10-23T02:38:19.806Z","dependency_job_id":null,"html_url":"https://github.com/Boopi7/Ethereum-Tax-Stack","commit_stats":null,"previous_names":["devnova777/ethereum-tax-stack","dravynn/ethereum-tax-stack","boopi7/ethereum-tax-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Boopi7/Ethereum-Tax-Stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2FEthereum-Tax-Stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2FEthereum-Tax-Stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2FEthereum-Tax-Stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2FEthereum-Tax-Stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Boopi7","download_url":"https://codeload.github.com/Boopi7/Ethereum-Tax-Stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2FEthereum-Tax-Stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35339931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["evm","javascript","nextjs","react","typscript"],"created_at":"2026-07-10T19:01:56.364Z","updated_at":"2026-07-10T19:01:58.529Z","avatar_url":"https://github.com/Boopi7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 💰 Ethereum-Tax-Stack\n\n**Ethereum-Tax-Stack** is a full-stack **MERN (MongoDB, Express, React, Node.js)** application designed to **analyze Ethereum transactions** and extract **monetary and tax-related insights**.\n\nDeveloped by [@devnova](https://github.com/devnova777) this project automates the process of fetching Ethereum wallet data, storing it in a database, and visualizing financial statistics relevant to crypto taxation.\n\n---\n\n## 🧠 Project Overview\n\nThe goal of **Ethereum-Tax-Stack** is to provide a simple yet powerful tool for users to:\n\n* Fetch Ethereum transaction history via the **Etherscan API**.\n* Store and manage transaction data in a **MongoDB** database.\n* Compute essential tax-related figures such as total gains/losses, transaction costs, and portfolio performance.\n* Visualize financial data using an interactive **React** dashboard.\n\n---\n\n## ⚙️ Technology Stack\n\n| Layer              | Technology        | Purpose                                           |\n| ------------------ | ----------------- | ------------------------------------------------- |\n| **Database**       | MongoDB           | Stores Ethereum transaction and user data         |\n| **Backend**        | Node.js + Express | API endpoints and server-side logic               |\n| **Frontend**       | React.js          | UI and dashboard for visualization                |\n| **Blockchain API** | Etherscan API     | Fetches transaction data from Ethereum blockchain |\n| **Visualization**  | Recharts          | Interactive graphs and charts for tax insights    |\n\n---\n\n## ✅ Development Progress\n\n### **1. Environment Setup** ✅\n\n* Initialized full MERN stack locally.\n* Established communication between **MongoDB**, **Express**, and **Node.js** servers.\n\n### **2. API Integration** ✅\n\n* Connected to **Etherscan API** and successfully retrieved transaction data.\n* Implemented a method to parse and store Etherscan data into **MongoDB** for persistence.\n\n### **3. Frontend Functionality** 🏗️ *In Progress*\n\n* Building functions to fetch backend data and render transaction analytics.\n* Developing mathematical models to compute monetary metrics (e.g., realized/unrealized gains, transaction totals).\n\n### **4. Frontend Design \u0026 Visualization** 🎨 *Planned*\n\n* Design high-fidelity UI/UX mockups using **Figma** or similar tools.\n* Integrate **Recharts** for graphical representation of user data.\n* Develop a responsive dashboard interface for intuitive visualization and analysis.\n\n---\n\n## 📊 Planned Features\n\n* Wallet address lookup for on-chain tax summaries.\n* Time-based transaction breakdown (daily, monthly, annual).\n* Capital gains and loss computation for different tokens.\n* Exportable tax reports (PDF/CSV).\n* Secure user authentication and data encryption.\n\n---\n\n## 🚀 Summary\n\n**Ethereum-Tax-Stack** aims to bridge the gap between blockchain data and real-world tax reporting.\nBy combining on-chain analytics, data visualization, and a clean user interface, it empowers crypto users to track and understand their taxable activities with ease.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboopi7%2Fethereum-tax-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboopi7%2Fethereum-tax-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboopi7%2Fethereum-tax-stack/lists"}