{"id":24779286,"url":"https://github.com/codernotme/ps2-gasless-forwarder","last_synced_at":"2025-10-16T17:59:32.927Z","repository":{"id":274332044,"uuid":"922563914","full_name":"codernotme/ps2-gasless-forwarder","owner":"codernotme","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-03T15:31:44.000Z","size":17933,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T16:32:41.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codernotme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-26T14:53:53.000Z","updated_at":"2025-02-03T15:31:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b461dec9-78a5-45d7-b1e8-662d488c8888","html_url":"https://github.com/codernotme/ps2-gasless-forwarder","commit_stats":null,"previous_names":["codernotme/ps2-gasless-forwarder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernotme%2Fps2-gasless-forwarder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernotme%2Fps2-gasless-forwarder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernotme%2Fps2-gasless-forwarder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernotme%2Fps2-gasless-forwarder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codernotme","download_url":"https://codeload.github.com/codernotme/ps2-gasless-forwarder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245203878,"owners_count":20577237,"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-01-29T09:37:43.053Z","updated_at":"2025-10-16T17:59:27.891Z","avatar_url":"https://github.com/codernotme.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RAWGAS - Neo-Brutalist Web3 Gasless Transaction Platform\n\n![RAWGAS Platform](https://images.unsplash.com/photo-1639762681485-074b7f938ba0?auto=format\u0026fit=crop\u0026q=80\u0026w=2232\u0026ixlib=rb-4.0.3)\n\nRAWGAS is a cutting-edge Web3 platform that enables gasless token transfers through a secure forwarder smart contract, wrapped in an aggressive Neo-Brutalist interface. Built with modern technologies and designed for seamless user experience.\n\n## 🚀 Features\n\n### Core Functionality\n- **Gasless Transactions**: Execute token transfers without paying gas fees\n- **Multi-Token Support**: Support for both ERC-20 and ERC-721 tokens\n- **Batch Operations**: Execute multiple transfers in a single transaction\n- **Real-time Price Tracking**: Live ETH price charts and token conversion\n- **Transaction History**: Complete log of all user operations\n- **MetaMask Integration**: Seamless wallet connection and authentication\n\n### User Experience\n- **Neo-Brutalist Design**: Bold, modern interface with high usability\n- **Real-time Updates**: Live transaction tracking and balance updates\n- **Token Converters**: Easy conversion between tokens and fiat\n- **NFT Metadata Viewer**: View and verify NFT information\n- **Mobile Responsive**: Fully functional on all device sizes\n\n## 🛠 Technical Stack\n\n### Frontend\n- **Framework**: React + Vite + TypeScript\n- **Styling**: TailwindCSS + Framer Motion\n- **State Management**: Zustand + TanStack Query\n- **Form Handling**: React Hook Form + Zod\n\n### Blockchain\n- **Web3 Integration**: Viem + Ethers.js\n- **Contract Standards**: OpenZeppelin\n- **Network Support**: Ethereum Mainnet + Testnets\n\n### Backend \u0026 Database\n- **Database**: Supabase\n- **Authentication**: MetaMask + Supabase Auth\n- **API Integration**: CoinGecko + OpenSea\n\n## 📦 Prerequisites\n\n- Node.js 20.x or later\n- MetaMask or compatible Web3 wallet\n- Git\n- Supabase account\n\n## 🔧 Installation\n\n1. Clone the repository:\n   \\`\\`\\`bash\n   git clone https://github.com/yourusername/rawgas.git\n   cd rawgas\n   \\`\\`\\`\n\n2. Install dependencies:\n   \\`\\`\\`bash\n   npm install\n   \\`\\`\\`\n\n3. Set up environment variables:\n   \\`\\`\\`bash\n   cp .env.example .env\n   \\`\\`\\`\n\n   Configure the following variables:\n   - \\`VITE_CHAIN_ID\\`: Ethereum network chain ID\n   - \\`VITE_RPC_URL\\`: Your Ethereum RPC endpoint\n   - \\`VITE_FORWARDER_ADDRESS\\`: Deployed forwarder contract address\n   - \\`VITE_SUPABASE_URL\\`: Your Supabase project URL\n   - \\`VITE_SUPABASE_ANON_KEY\\`: Your Supabase anon/public key\n\n4. Start development server:\n   \\`\\`\\`bash\n   npm run dev\n   \\`\\`\\`\n\n## 🗄️ Database Setup\n\n### Supabase Configuration\n\n1. Create a new Supabase project\n2. Set up the following tables:\n\n#### Users Table\n\\`\\`\\`sql\ncreate table public.users (\n  id uuid references auth.users primary key,\n  wallet_address text unique not null,\n  created_at timestamptz default now(),\n  last_login timestamptz\n);\n\n-- Enable RLS\nalter table public.users enable row level security;\n\n-- Access policies\ncreate policy \"Users can read own data\"\n  on public.users for select\n  using (auth.uid() = id);\n\\`\\`\\`\n\n#### Transactions Table\n\\`\\`\\`sql\ncreate table public.transactions (\n  id uuid primary key default gen_random_uuid(),\n  user_address text references public.users(wallet_address),\n  transaction_hash text not null,\n  type text check (type in ('ERC20', 'ERC721', 'BATCH')),\n  status text check (status in ('pending', 'success', 'failed')),\n  created_at timestamptz default now()\n);\n\n-- Enable RLS\nalter table public.transactions enable row level security;\n\n-- Access policies\ncreate policy \"Users can read own transactions\"\n  on public.transactions for select\n  using (auth.uid() in (\n    select id from public.users where wallet_address = user_address\n  ));\n\\`\\`\\`\n\n## 🔒 Security Features\n\n1. **Smart Contract Security**\n   - OpenZeppelin security standards\n   - Comprehensive access controls\n   - Emergency pause functionality\n   - Gas price limits\n\n2. **Frontend Security**\n   - Secure wallet connections\n   - Transaction signing validation\n   - Rate limiting\n   - Error boundary protection\n\n3. **Database Security**\n   - Row Level Security (RLS)\n   - Secure authentication flow\n   - Data encryption\n   - Access policies\n\n## 📊 Monitoring \u0026 Analytics\n\n- Transaction success rates\n- Gas usage metrics\n- User activity tracking\n- Error reporting\n- Performance monitoring\n\n## 🚀 Deployment\n\n1. Build the application:\n   \\`\\`\\`bash\n   npm run build\n   \\`\\`\\`\n\n2. Deploy to your hosting service:\n   - Upload the \\`dist\\` folder\n   - Configure environment variables\n   - Set up SSL certificates\n\n## 🧪 Testing\n\nRun the test suite:\n\\`\\`\\`bash\nnpm run test\n\\`\\`\\`\n\n## 📝 Development Guidelines\n\n1. **Code Style**\n   - Follow TypeScript best practices\n   - Use ESLint and Prettier configurations\n   - Maintain consistent Neo-Brutalist design patterns\n\n2. **Git Workflow**\n   - Feature branches\n   - Descriptive commit messages\n   - Pull request reviews\n\n3. **Testing Requirements**\n   - Unit tests for components\n   - Integration tests for Web3 features\n   - Contract test coverage \u003e 95%\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## 📄 License\n\nMIT License - see LICENSE.md for details\n\n## 🙏 Acknowledgments\n\n- OpenZeppelin for security standards\n- Ethereum community for EIP-2771\n- Supabase team for backend infrastructure\n- Neo-Brutalist design inspiration\n\n## 📞 Support\n\nFor support, please:\n1. Check the [Issues](https://github.com/yourusername/rawgas/issues) page\n2. Join our [Discord community](https://discord.gg/rawgas)\n3. Email support at support@rawgas.io","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodernotme%2Fps2-gasless-forwarder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodernotme%2Fps2-gasless-forwarder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodernotme%2Fps2-gasless-forwarder/lists"}