{"id":26165031,"url":"https://github.com/0xsaksham/tip-x","last_synced_at":"2025-06-10T18:11:17.806Z","repository":{"id":270572172,"uuid":"910463650","full_name":"0xSaksham/tip-x","owner":"0xSaksham","description":"Tip your favourite creators on X, with your favourite crypto!","archived":false,"fork":false,"pushed_at":"2025-01-01T12:37:42.000Z","size":316,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T13:29:14.144Z","etag":null,"topics":["creators","tipping","tips"],"latest_commit_sha":null,"homepage":"https://tip-x.live","language":"TypeScript","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/0xSaksham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"0xsaksham","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-12-31T10:45:19.000Z","updated_at":"2025-01-01T12:37:45.000Z","dependencies_parsed_at":"2025-01-01T13:29:19.226Z","dependency_job_id":"e2aeba31-4ded-4ed2-8126-5f8f2c062a55","html_url":"https://github.com/0xSaksham/tip-x","commit_stats":null,"previous_names":["0xsaksham/tip-x"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSaksham%2Ftip-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSaksham%2Ftip-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSaksham%2Ftip-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSaksham%2Ftip-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xSaksham","download_url":"https://codeload.github.com/0xSaksham/tip-x/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243066787,"owners_count":20230806,"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":["creators","tipping","tips"],"created_at":"2025-03-11T15:57:36.763Z","updated_at":"2025-03-11T15:57:37.267Z","avatar_url":"https://github.com/0xSaksham.png","language":"TypeScript","funding_links":["https://ko-fi.com/0xsaksham"],"categories":[],"sub_categories":[],"readme":"# TipX  \n\nTipX is a decentralized social tipping platform integrated with X (formerly Twitter) that allows users to seamlessly send and claim cryptocurrency tips using Ethereum-based smart contracts. With an intuitive interface and secure transactions, TipX empowers content creators and community members to reward and support each other directly.  \n\n## Table of Contents  \n- [Motivation](#motivation)  \n- [Features](#features)  \n- [Getting Started](#getting-started)  \n- [Usage](#usage)  \n- [Contributing](#contributing)  \n- [Code of Conduct](#code-of-conduct)  \n- [Support](#support)  \n- [License](#license)  \n\n## Motivation  \nIn today’s digital landscape, creators and contributors often seek recognition and support for their work. TipX bridges this gap by providing a secure, decentralized platform for cryptocurrency tipping, fostering community engagement, and rewarding valuable contributions.  \n\n## Features  \n- **Easy Tipping**: Send tips using simple commands like `@user !tip amount currency` directly on X.  \n- **Claim Tips**: Recipients can claim their tips through a user-friendly web interface.  \n- **Secure Transactions**: Powered by Solidity smart contracts deployed on the Ethereum blockchain, ensuring transparency and trust.  \n- **Integration with X**: Directly connect your X account to TipX for seamless interaction.  \n- **Decentralized Infrastructure**: Built using Ethereum’s Base Layer 2 chain for scalability and efficiency.  \n\n## Getting Started  \nTo get started with TipX, follow these steps:  \n\n### Prerequisites  \nEnsure you have the following installed:  \n- Node.js  \n- npm or yarn  \n- MetaMask or any Ethereum-compatible wallet  \n\n### Installation  \n1. Clone the repository:  \n   ```bash  \n   git clone https://github.com/your-username/tipx.git  \n   cd tipx  \n   ```  \n2. Install dependencies:  \n   ```bash  \n   npm install  \n   ```  \n\n3. Configure environment variables in a `.env` file:  \n   ```plaintext  \n   INFURA_API_KEY=your_infura_api_key  \n   PRIVATE_KEY=your_wallet_private_key  \n   NETWORK=goerli  \n   ```  \n\n4. Deploy the smart contracts to the Ethereum testnet:  \n   ```bash  \n   npx hardhat run scripts/deploy.js --network goerli  \n   ```  \n\n### Frontend Setup  \n1. Navigate to the frontend directory:  \n   ```bash  \n   cd frontend  \n   ```  \n2. Install frontend dependencies:  \n   ```bash  \n   npm install  \n   ```  \n3. Start the development server:  \n   ```bash  \n   npm start  \n   ```  \n\n## Usage  \n1. Authenticate with your X account.  \n2. Send cryptocurrency tips using the `@user !tip amount currency` command.  \n3. Claim received tips by visiting the TipX web portal and connecting your wallet.  \n\n## Contributing  \nWe welcome contributions! Please see our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute to this project.  \n\n## Code of Conduct  \nBy participating in this project, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md). Please read it before contributing.  \n\n## Support  \nIf you have any questions or need assistance, please open an issue in this repository or reach out via our community channels.  \n\n## License  \nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.  \n\nThank you for your interest in TipX! Together, we can create a vibrant, decentralized community that supports and rewards creativity.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsaksham%2Ftip-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xsaksham%2Ftip-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsaksham%2Ftip-x/lists"}