Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yam3t3/etherfi-report
An interactive dashboard for tracking your Ether.fi points, providing real-time data and insights
https://github.com/yam3t3/etherfi-report
eigenlayer etherfi lrt2 restaking symbiotic weeth
Last synced: 16 days ago
JSON representation
An interactive dashboard for tracking your Ether.fi points, providing real-time data and insights
- Host: GitHub
- URL: https://github.com/yam3t3/etherfi-report
- Owner: yam3t3
- Created: 2024-10-20T18:42:18.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:37:10.000Z (25 days ago)
- Last Synced: 2024-10-22T10:32:13.679Z (23 days ago)
- Topics: eigenlayer, etherfi, lrt2, restaking, symbiotic, weeth
- Language: HTML
- Homepage: https://yam3t3.github.io/etherfi-report/
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Etherfi Points Dashboard
![image](https://github.com/user-attachments/assets/de266f10-e84b-4ab6-8654-f1570c5db520)
## Live Version
You can view the live version of the dashboard [here](https://yam3t3.github.io/etherfi-report/).## Overview
This project is a web-based dashboard that fetches and displays portfolio data from the Ether.fi API. It provides users with insights into their total points, integration points, badges, and daily streaks.## Features
- Fetch portfolio data using a user-provided address.
- Display total points and integration points summaries.
- Show badges and daily streak information.
- User-friendly interface with error handling and success messages.## Technologies Used
- HTML
- CSS (Tailwind CSS)
- JavaScript (Axios for API requests)## Getting Started
### Prerequisites
- A modern web browser
- Internet connection### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/portfolio-api-dashboard.git
```
2. Open `index.html` in your web browser.### Usage
1. Enter a valid Ethereum address in the input field.
2. Click the "Fetch Data" button to retrieve and display the portfolio information.## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.## License
This project is licensed under the MIT License.## Acknowledgments
- [Ether.fi API](https://app.ether.fi/api) for providing the data.