{"id":21184588,"url":"https://github.com/gokulnpc/quicknode-hackathon","last_synced_at":"2026-05-17T13:36:52.192Z","repository":{"id":260694562,"uuid":"881744299","full_name":"gokulnpc/Quicknode-Hackathon","owner":"gokulnpc","description":"NFTVerse is an innovative NFT marketplace that leverages real-time crypto market data, enabling users to seamlessly explore, buy, sell, and gain insights on NFTs. Built as part of the QuickNode Hackathon, this project won the Best Use of Crypto Market Data Add-on powered by CoinAPI.","archived":false,"fork":false,"pushed_at":"2024-11-13T20:55:53.000Z","size":2124,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T14:47:35.860Z","etag":null,"topics":["blockchain","coinapi","nft","quicknode","solidity","web3"],"latest_commit_sha":null,"homepage":"https://quicknode-hackathon.vercel.app","language":"TypeScript","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/gokulnpc.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-11-01T06:10:40.000Z","updated_at":"2024-12-12T18:51:28.000Z","dependencies_parsed_at":"2024-11-01T22:25:11.283Z","dependency_job_id":"dde30ae9-5971-4dca-905b-ffbd8e82369a","html_url":"https://github.com/gokulnpc/Quicknode-Hackathon","commit_stats":null,"previous_names":["gokulnpc/quicknode-hackathon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulnpc%2FQuicknode-Hackathon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulnpc%2FQuicknode-Hackathon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulnpc%2FQuicknode-Hackathon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulnpc%2FQuicknode-Hackathon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gokulnpc","download_url":"https://codeload.github.com/gokulnpc/Quicknode-Hackathon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243654400,"owners_count":20325893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["blockchain","coinapi","nft","quicknode","solidity","web3"],"created_at":"2024-11-20T18:09:42.961Z","updated_at":"2026-05-17T13:36:52.138Z","avatar_url":"https://github.com/gokulnpc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NFTVerse\n\nNFTVerse is an innovative NFT marketplace that leverages real-time crypto market data, enabling users to seamlessly explore, buy, sell, and gain insights on NFTs. Built as part of the QuickNode Hackathon, this project won the **Best Use of Crypto Market Data Add-on** powered by **CoinAPI**.\n\n## 🏆 Award\n\nNFTVerse received the **Best Use of Crypto Market Data Add-on** at the QuickNode Hackathon, along with a $1,000 cash prize!\n\n## 🚀 Live Demo\n\nCheck out the live demo here: [https://quicknode-hackathon.vercel.app/](https://quicknode-hackathon.vercel.app/)\n\n## 📝 Project Overview\n\nNFTVerse combines the power of blockchain and real-time market data to provide a unique, interactive NFT experience. With NFTVerse, users can:\n\n- **View Real-Time Market Data**: See up-to-date crypto prices, volumes, and trends with CoinAPI integration.\n- **Browse and Discover NFTs**: Search, view, and analyze NFTs, with live price updates to make informed decisions.\n- **Wallet Integration**: Connect your wallet to buy, sell, and manage NFTs directly from the marketplace.\n\n## 📚 Features\n\n- **Real-Time Crypto Data**: Access live crypto market data including price, volume, and other metrics.\n- **Dynamic NFT Marketplace**: An interactive and user-friendly NFT marketplace.\n- **Wallet Connectivity**: Seamlessly connect with wallets like MetaMask for secure transactions.\n- **Detailed Analytics**: View crypto trends and data insights directly within the platform.\n\n## 💻 Technologies Used\n\n- **QuickNode**: For blockchain infrastructure and reliable access to the Ethereum network.\n- **CoinAPI**: To fetch real-time crypto market data and integrate it within the NFT marketplace.\n- **React**: For building the user interface.\n- **Vercel**: For deployment of the live demo.\n\n## 🛠️ Getting Started\n\n### Prerequisites\n\n- **Node.js** (v14+)\n- **NPM** (v6+)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/gokulnpc/Quicknode-Hackathon.git\n   cd Quicknode-Hackathon\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n\n   - Create a `.env` file in the root directory.\n   - Add your QuickNode and CoinAPI keys:\n     ```env\n     REACT_APP_QUICKNODE_KEY=your_quicknode_key\n     REACT_APP_COINAPI_KEY=your_coinapi_key\n     ```\n\n4. Start the application:\n\n   ```bash\n   npm start\n   ```\n\n5. Visit `http://localhost:3000` in your browser to view the app.\n\n## 📂 Project Structure\n\n```plaintext\nQuicknode-Hackathon/\n├── public/               # Static assets\n├── src/\n│   ├── components/       # Reusable components\n│   ├── pages/            # Main pages (Marketplace, Wallet, etc.)\n│   ├── services/         # API service files (QuickNode, CoinAPI)\n│   ├── App.tsx           # Main app component\n│   └── index.tsx         # Entry point\n└── README.md\n```\n\n## 🛠 API Usage\n\nNFTVerse uses the following API services:\n\n- **CoinAPI**: Fetches live market data, including prices, volume, and historical trends.\n- **QuickNode**: Connects to the Ethereum network for handling wallet transactions and blockchain data.\n\n## 📈 Features Explained\n\n- **Crypto Market Overview**: Provides a snapshot of the current market status, including global market cap, Bitcoin dominance, and top trading pairs.\n- **NFT Marketplace**: Users can explore trending NFTs with live price updates.\n- **Transaction History**: Users can view their past transactions and interactions with NFTs.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nWe welcome contributions! If you'd like to collaborate, please fork the repository and submit a pull request.\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/YourFeature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin feature/YourFeature`)\n5. Open a pull request\n\n## 📬 Contact\n\nIf you have any questions or suggestions, feel free to reach out!\n\n- **LinkedIn**: [Gokuleshwaran Narayanan](https://www.linkedin.com/in/gokulnpc)\n- **Email**: gokulnpc@gmail.com\n\n---\n\nFeel free to customize further to better reflect your project details and add any additional sections as needed!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgokulnpc%2Fquicknode-hackathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgokulnpc%2Fquicknode-hackathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgokulnpc%2Fquicknode-hackathon/lists"}