https://github.com/hashfx/nitrowrapped
https://github.com/hashfx/nitrowrapped
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashfx/nitrowrapped
- Owner: hashfx
- Created: 2024-12-11T10:58:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T10:39:13.000Z (over 1 year ago)
- Last Synced: 2025-11-09T16:04:17.614Z (8 months ago)
- Language: JavaScript
- Homepage: https://nitro-wrapped-core.vercel.app
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nitro Wrapped
Introducing **Nitro Wrapped**!
It gives you a year-in-review of your transactions: total transactions, most used tokens, top sent and received tokens, most active chains, total gas fees paid, and unique tokens sent and received.
Your entire transaction story, wrapped up!
### URL Pattern
```https://example.com/nitro-wrapped/YOUR-WALLET-ADDRESS-ON-NITRO```
### Tech Stack Used
|Paradigm|Tech|
|:--:|:--:|
|API|GraphQL|
|Framework|ExpressJS|
### Walkthrough
+ install dependencies
```npm install```
```cd frontend/```
```npm install```
+ run the backend: ```node index.js```
+ to test backend: ```http://localhost:3200/nitro-wrapped/```
+ to launch the frontend: ```http://localhost:3000/```
+ input the user wallet address and enjoy Nitro Wrapped!