{"id":22213133,"url":"https://github.com/leonx04/solanaudpm","last_synced_at":"2026-04-27T16:31:51.167Z","repository":{"id":264592232,"uuid":"893782350","full_name":"leonx04/SolanaUDPM","owner":"leonx04","description":"Discover and trade exclusive NFT art powered by Solana. Join the future of digital art!","archived":false,"fork":false,"pushed_at":"2024-12-06T00:21:58.000Z","size":3793,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T06:23:04.754Z","etag":null,"topics":["bootstrap","gameshift","nft","react","solana"],"latest_commit_sha":null,"homepage":"https://market-nft-solana-updm-11.netlify.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/leonx04.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-25T07:49:43.000Z","updated_at":"2024-12-13T06:15:20.000Z","dependencies_parsed_at":"2024-11-25T08:41:58.972Z","dependency_job_id":null,"html_url":"https://github.com/leonx04/SolanaUDPM","commit_stats":null,"previous_names":["leonx04/solanaudpm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leonx04/SolanaUDPM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2FSolanaUDPM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2FSolanaUDPM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2FSolanaUDPM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2FSolanaUDPM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonx04","download_url":"https://codeload.github.com/leonx04/SolanaUDPM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2FSolanaUDPM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274988516,"owners_count":25386546,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"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":["bootstrap","gameshift","nft","react","solana"],"created_at":"2024-12-02T21:08:40.303Z","updated_at":"2026-04-27T16:31:51.135Z","avatar_url":"https://github.com/leonx04.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 SolanaUDPM\n\nSolanaUDPM is a demo project that integrates Solana blockchain functionalities into a React application. This project showcases how to use Solana wallets, token transactions, and NFT management in a modern web application.\n\n## 📋 Table of Contents\n\n- [🌟 Features](#features)\n- [⚙️ Installation](#installation)\n- [🚀 Usage](#usage)\n- [📜 Scripts](#scripts)\n- [🔧 Configuration](#configuration)\n- [📦 Dependencies](#dependencies)\n- [🛠️ Dev Dependencies](#dev-dependencies)\n- [🌍 Live Website](#live-website)\n\n## 🌍 Live Website\n\n```\nhttps://udpm-solana-11.netlify.app/\n```\n\n## 🌟 Features\n\n- 💼 **Solana Wallet Integration**: Connect and interact with Phantom Wallet.\n- 💱 **Token Transactions**: Manage SOL and USDC balances.\n- 🖼️ **NFT Management**: Create, list, and manage NFTs.\n- 📱 **Responsive Design**: Mobile-friendly interface using Bootstrap.\n- 🔥 **Firebase Integration**: User authentication and data storage with Firebase.\n- 🧭 **User Onboarding**: Guide users through the application with Driver.js.\n- 🔒 **Google OAuth**: Integrate Google Sign-In functionality.\n- 🎨 **Styled Components**: Utilize styled-components for component-based styling.\n\n## ⚙️ Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/leonx04/SolanaUDPM.git\n   cd solana-demo\n   ```\n\n2. Install the required packages:\n   ```sh\n   npm install\n   ```\n\n3. Create a `.env` file based on the `.env.example` template and add the following:\n   ```\n   REACT_APP_X_API_KEY=your_api_key_here\n   REACT_APP_CLOUDINARY_API_KEY=your_cloudinary_api_key_here\n   ```\n\n## 🚀 Usage\n\n1. Start the application:\n   ```sh\n   npm start\n   ```\n\n2. Open your browser and navigate to:\n   ```\n   http://localhost:3000\n   ```\n\n## 📜 Scripts\n\n- `npm start`: Run the app in development mode using react-app-rewired. 🏗️\n- `npm run build`: Build the app for production without source maps. 📦\n- `npm test`: Run tests using react-app-rewired. ✅\n- `npm run eject`: Eject from create-react-app configuration (not recommended). ⚠️\n\n## 🔧 Configuration\n\n- **Babel Config**: The project uses a custom Babel configuration for better browser compatibility and React support.\n- **Webpack Config Override**: A custom webpack configuration is used to exclude certain packages from source map generation.\n- **Environment Variables**: Set up in `.env` file for API keys and other sensitive information.\n\n## 📦 Dependencies\n\nKey dependencies include:\n\n- **React**: ^18.2.0 ⚛️\n- **Bootstrap**: ^5.3.3 🅱️\n- **@solana/web3.js**: ^1.95.5 💎\n- **Firebase**: ^11.0.2 🔥\n- **React Router Dom**: ^6.28.0 🧭\n- **Axios**: ^1.7.8 🌐\n- **Driver.js**: ^1.3.1 🚦\n- **Styled Components**: ^6.1.13 💅\n- **Yup**: ^1.4.0 ✅\n\n## 🛠️ Dev Dependencies\n\nDevelopment tools include:\n\n- **React App Rewired**: ^2.2.1 🔧\n- **ESLint**: ^8.50.0 🕵️\n- **Babel**: Various Babel plugins and presets for advanced JavaScript features 🏗️\n- **React Scripts**: ^5.0.1 📜\n\n## 🌐 Browser Support\n\n- **Production**: Targets modern browsers (defaults, not IE 11)\n- **Development**: Last 2 versions of Chrome, Firefox, and Safari\n\n## 🔐 Security Note\n\nRemember to keep your API keys and sensitive information secure. Never commit your `.env` file to version control.\n```\n\nThis updated README now includes more detailed information about the project's dependencies, development tools, browser support, and configuration files. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonx04%2Fsolanaudpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonx04%2Fsolanaudpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonx04%2Fsolanaudpm/lists"}