{"id":26714694,"url":"https://github.com/jongan69/nft-x-verify","last_synced_at":"2025-03-27T13:42:14.684Z","repository":{"id":282397234,"uuid":"948307248","full_name":"jongan69/NFT-X-VERIFY","owner":"jongan69","description":"An app that lets users with a specific NFT link their x account to verify ","archived":false,"fork":false,"pushed_at":"2025-03-14T11:39:29.000Z","size":2806,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T12:27:05.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nft-x-verify.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/jongan69.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":"2025-03-14T05:09:37.000Z","updated_at":"2025-03-14T11:39:32.000Z","dependencies_parsed_at":"2025-03-14T12:39:08.311Z","dependency_job_id":null,"html_url":"https://github.com/jongan69/NFT-X-VERIFY","commit_stats":null,"previous_names":["jongan69/nft-x-verify"],"tags_count":0,"template":true,"template_full_name":"snelsi/nextjs-radix-themes-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FNFT-X-VERIFY","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FNFT-X-VERIFY/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FNFT-X-VERIFY/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2FNFT-X-VERIFY/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongan69","download_url":"https://codeload.github.com/jongan69/NFT-X-VERIFY/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245857681,"owners_count":20683957,"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":[],"created_at":"2025-03-27T13:42:14.270Z","updated_at":"2025-03-27T13:42:14.667Z","avatar_url":"https://github.com/jongan69.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NFT-X-VERIFY\n\nNFT-X-VERIFY is a modern web application that enables NFT-based verification on Twitter/X. This application allows users to verify their ownership of specific Solana NFTs and connect their Twitter/X accounts, creating a secure and decentralized verification system.\n\n## Features ✨\n\n- **Solana NFT Integration**: Verify ownership of specific NFT collections on the Solana blockchain\n- **Twitter/X OAuth**: Secure authentication with Twitter/X accounts\n- **Modern Tech Stack**:\n  - Next.js 14 with App Router\n  - TypeScript support\n  - MongoDB for data persistence\n  - Radix UI Themes for a beautiful, accessible interface\n  - Solana Web3.js and Metaplex for blockchain interactions\n- **Security Features**:\n  - Secure environment variable handling\n  - OAuth 2.0 implementation\n  - Blockchain signature verification\n- **Developer Experience**:\n  - ESLint + Prettier configuration\n  - Husky pre-commit hooks\n  - TypeScript strict mode\n  - Hot reload development server\n\n## Prerequisites\n\nBefore you begin, ensure you have:\n\n- Node.js 18.x or later\n- npm or pnpm package manager\n- MongoDB database\n- Twitter/X Developer Account with OAuth 2.0 credentials\n- Solana RPC URL (can be public or private endpoint)\n\n## Environment Setup 🔧\n\n1. Copy `.env.example` to `.env.local`:\n\n```bash\ncp .env.example .env.local\n```\n\n2. Fill in the required environment variables:\n\n- `MONGODB_URI`: Your MongoDB connection string\n- `TWITTER_CLIENT_ID`: Twitter/X OAuth client ID\n- `TWITTER_CLIENT_SECRET`: Twitter/X OAuth client secret\n- `NEXTAUTH_SECRET`: Generate with `openssl rand -base64 32`\n- `NFT_ADDRESS`: Your Solana NFT collection address\n- `SOLANA_RPC_URL`: Your Solana RPC endpoint\n\n## Getting Started 🚀\n\n1. Install dependencies:\n\n```bash\nnpm install\n# or\npnpm install\n```\n\n2. Run the development server:\n\n```bash\nnpm run dev\n# or\npnpm dev\n```\n\n3. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## Project Structure 📁\n\n- `/src` - Application source code\n- `/public` - Static assets\n- `/src/app` - Next.js 14 app router pages and layouts\n- `/src/components` - Reusable React components\n- `/src/lib` - Utility functions and shared logic\n\n## Scripts 📝\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run start` - Start production server\n- `npm run lint` - Run ESLint\n- `npm run prettier` - Format code with Prettier\n- `npm run fix` - Run both linting and formatting\n\n## Contributing 🤝\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is proprietary and confidential. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Fnft-x-verify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongan69%2Fnft-x-verify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Fnft-x-verify/lists"}