{"id":15172223,"url":"https://github.com/heyimsteve/solnftdatadash","last_synced_at":"2026-01-30T01:31:38.148Z","repository":{"id":252884260,"uuid":"841788990","full_name":"heyimsteve/solnftdatadash","owner":"heyimsteve","description":"This a React-based web application that provides detailed information about NFT collections on the Solana blockchain. It uses the HelloMoon API to fetch and display data about NFT collections, including statistics, loan summaries, ownership information, and floor prices.","archived":false,"fork":false,"pushed_at":"2024-08-13T03:58:42.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T12:40:47.085Z","etag":null,"topics":["dashboard","data","hellomoon","nft","react","solana","solana-nft"],"latest_commit_sha":null,"homepage":"https://solnftdatadash.vercel.app","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/heyimsteve.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}},"created_at":"2024-08-13T03:40:42.000Z","updated_at":"2025-04-15T17:16:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"e94abbe4-999c-460d-b2aa-bb801234debf","html_url":"https://github.com/heyimsteve/solnftdatadash","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"0f336e9f10a2673d38557d998aa0991fa76267aa"},"previous_names":["heyimsteve/solnftdatadash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heyimsteve/solnftdatadash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyimsteve%2Fsolnftdatadash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyimsteve%2Fsolnftdatadash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyimsteve%2Fsolnftdatadash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyimsteve%2Fsolnftdatadash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heyimsteve","download_url":"https://codeload.github.com/heyimsteve/solnftdatadash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyimsteve%2Fsolnftdatadash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28893067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dashboard","data","hellomoon","nft","react","solana","solana-nft"],"created_at":"2024-09-27T09:42:44.406Z","updated_at":"2026-01-30T01:31:38.133Z","avatar_url":"https://github.com/heyimsteve.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOL NFT Data Dash\n![image](https://github.com/user-attachments/assets/1c1c43c2-ffc2-4787-ba18-09d7d3547b28)\n\n\nThis is a React-based web application that provides detailed information about NFT collections on the Solana blockchain. It uses the HelloMoon API to fetch and display data about NFT collections, including statistics, loan summaries, ownership information, and floor prices.\n\n## Features\n\n- Search for NFT collections\n- View detailed collection information, including:\n  - Collection stats (supply, holders, listings, average price, market cap, wash trading score)\n  - Loan summary (default rates, number of defaults, number of repaid loans)\n  - Ownership information (current owners, owners over time, top holders)\n  - Floor price history (with chart visualization)\n- Responsive design for desktop and mobile devices\n\n# Collections Detail Page\n![image](https://github.com/user-attachments/assets/2351a275-a1a2-4b27-90e2-4b99a8fac8c1)\n\n## Technologies Used\n\n- React.js\n- React Router\n- Axios for API requests\n- Recharts for data visualization\n- Tailwind CSS for styling\n- HelloMoon API for NFT data\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- Node.js (version 14 or higher)\n- npm (usually comes with Node.js)\n- A HelloMoon API key (sign up at https://www.hellomoon.io/dashboard)\n\n## Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/heyimsteve/nftfi.git\n   cd nftfi\n   ```\n\n2. Install the dependencies:\n   ```\n   npm install\n   ```\n\n3. Create a `.env` file in the root directory and add your HelloMoon API key:\n   ```\n   REACT_APP_HELLOMOON_API_KEY=your_api_key_here\n   ```\n\n## Running the Application\n\nTo start the development server, run:\n\n```\nnpm start\n```\n\nThe application will be available at `http://localhost:3000`.\n\n## Building for Production\n\nTo create a production build, run:\n\n```\nnpm run build\n```\n\nThis will create a `build` directory with optimized production-ready files.\n\n## Usage\n\n1. Open the application in your web browser.\n2. Use the search bar to find NFT collections by name.\n3. Click on a collection to view detailed information.\n4. Explore the different sections (Collection Stats, Loan Summary, Ownership Info, Floor Price) to gain insights about the NFT collection.\n\n## Contributing\n\nContributions to this project are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature/your-feature-name`.\n3. Make your changes and commit them: `git commit -m 'Add some feature'`.\n4. Push to the branch: `git push origin feature/your-feature-name`.\n5. Submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n\n## Contact\n\nIf you have any questions or feedback, please open an issue on GitHub or contact me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyimsteve%2Fsolnftdatadash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyimsteve%2Fsolnftdatadash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyimsteve%2Fsolnftdatadash/lists"}