{"id":23451128,"url":"https://github.com/vivek-suthar/cryptoreact","last_synced_at":"2025-04-13T20:15:15.767Z","repository":{"id":198179792,"uuid":"699874465","full_name":"VIVEK-SUTHAR/cryptoreact","owner":"VIVEK-SUTHAR","description":"Web3 Starter Kit for React Native+Expo ,Bootstrap your next DApp in few seconds","archived":false,"fork":false,"pushed_at":"2024-01-27T15:13:09.000Z","size":527,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T20:15:05.989Z","etag":null,"topics":["expo","react-native","starter-kit","web3"],"latest_commit_sha":null,"homepage":"","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/VIVEK-SUTHAR.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}},"created_at":"2023-10-03T14:08:48.000Z","updated_at":"2024-03-14T08:19:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d220a9c-c39a-4443-b960-ba4a93ede6c2","html_url":"https://github.com/VIVEK-SUTHAR/cryptoreact","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.23076923076923073","last_synced_commit":"cb8f0082ff199e1f522a04baf607fb788dbb4829"},"previous_names":["vivek-suthar/cryptoreact"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIVEK-SUTHAR%2Fcryptoreact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIVEK-SUTHAR%2Fcryptoreact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIVEK-SUTHAR%2Fcryptoreact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIVEK-SUTHAR%2Fcryptoreact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VIVEK-SUTHAR","download_url":"https://codeload.github.com/VIVEK-SUTHAR/cryptoreact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248774968,"owners_count":21159534,"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":["expo","react-native","starter-kit","web3"],"created_at":"2024-12-24T00:19:06.839Z","updated_at":"2025-04-13T20:15:15.744Z","avatar_url":"https://github.com/VIVEK-SUTHAR.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/devvivek"],"categories":[],"sub_categories":[],"readme":"# CryptoReact - React Native+Expo Starter Kit\n\nBuilding Web3 applications for mobile can be a complex task.\n\nThat's where CryptoReact comes in – it's a React Native + Expo starter kit meticulously crafted to jumpstart your journey in developing blockchain and cryptocurrency-focused mobile apps\n\nIt comes with essential features including WalletConnect support, Dark/Light Theme using Shopify Restyle, and TypeScript readiness.\n\n## Features\n\n- **WalletConnect Support**: Easily integrate WalletConnect to allow users to connect their wallets to your app securely.\n\n- **Dark/Light Theme**: Customize the look and feel of your app with built-in Dark and Light theme support using Shopify Restyle.\n\n- **TypeScript Ready**: The project is TypeScript ready, making it easier to maintain and scale as your app evolves.\n\n## Getting Started\n\nFollow these steps to get started with CryptoReact:\n\n1. **Clone the Repository**:\n   ```sh\n   git clone https://github.com/VIVEK-SUTHAR/cryptoreact\n   ```\n\n## Install Dependencies\n\nFollow these steps to install the required dependencies for CryptoReact:\n\n1. **Change Directory**: Navigate to the project directory after cloning the repository:\n\n   ```sh\n   cd cryptoreact\n   ```\n\n2. **Install Packages**: Use Yarn or npm to install the project's dependencies:\n   ```sh\n   yarn\n    #or\n   npm install\n   ```\n\n## Configure the Wallet Connect Project ID and RPC Url\n\n1. **WalletConnect Project ID**: Grab a Project id from [Wallect Connect Cloud](https://cloud.walletconnect.com/),and replace it with `projectId` in `root/src/components/WallectConnectModal.tsx`\n\n```ts\nconst projectId = \"GRAB_FROM_WC_CLOUD_ANDPASTE_HERE\";\n```\n\n2. **Alchemy RPC URL**: We use Alchemy's RPC API for querying the onchain data.Go to [Alchemy](https://www.alchemy.com/),one you have one project with polygon-mainnet,copy the https url and paste to `root/src/constants/index.ts`\n\n```ts\nexport const ALCHMEY_RPC_URL = \"ADD_RPC_URL_HERE\";\n```\n\n## Run the App\n\nTo run the CryptoReact app locally, follow these steps:\n\n1. **Start the Development Server**: Run the following command to start the Expo development server:\n\n   ```sh\n   yarn start\n   ```\n\n2. Scan the QR code in your expo go app and you are good to go.\n\n### The Home Screen :\n\n![Home Screen](https://ik.imagekit.io/4uh8nmwsx/tr:h-300/d34bd49d-116f-44d9-9f06-a5184401fd88.jpeg?updatedAt=1696410633340)\n\n## Things one can work\n\n- [ ] : Add ENS Resolving/reverse resolve support\n- [ ] : Conduct thorough performance optimizations for smoother user experience.\n- [ ] : Add Chain Switch support\n- [ ] : Add Config for callling smart-contracts\n- [ ] : Build CLI tool that just bootsraps the starter kit in seconds\n\n## Found a Bug?\n\nIf you encounter any issues, bugs, or unexpected behavior while using CryptoReact, please help us improve the project by reporting them. To report a bug, follow these steps:\n\n1. **Check Existing Issues**: Before creating a new issue, please search the [existing issues](https://github.com/VIVEK-SUTHAR/cryptoreact/issues) to see if someone has already reported the same problem. If you find a similar issue, you can add a comment with additional details.\n\n2. **Create a New Issue**:\n\n   - Click on the [\"Issues\" tab](https://github.com/VIVEK-SUTHAR/cryptoreact/issues) on the GitHub repository.\n   - Click the \"New Issue\" button.\n   - Provide a descriptive title that summarizes the issue.\n   - In the issue description, include the following details:\n     - A clear and concise description of the problem or bug or the feature you want in Starter Kit.\n     - Steps to reproduce the issue (if applicable).\n     - Any error messages or screenshots that can help us understand the problem.\n     - Information about your environment, including the version of CryptoReact and the device or emulator you're using.\n   - Assign appropriate labels to the issue, such as \"bug\" or \"help wanted.\"\n\n3. **Submit the Issue**: Click the \"Submit new issue\" button to create the issue.\n\nI'll do my best to address it ASAP. Your feedback is valuable in making CryptoReact better.\nThank you for helping us improve the project!\n\n## Contributing\n\nI welcome contributions to CryptoReact! To contribute, please follow these steps:\n\n1. Fork the repository.\n\n2. Create a new branch for your feature or bug fix.\n\n3. Make your changes and commit them with descriptive messages.\n\n4. Push your changes to your fork.\n\n5. Create a pull request to the `main` branch of the original repository.\n\n## Support the Project\n\nCryptoReact is a project that I maintain in my free time as one of my Side Project, and your support can help me continue to improve and maintain it.\nIf you find this project useful and would like to show your appreciation, you can support the work in the following ways:\n\n- **Buy Me a Coffee**: You can [buy me a coffee](https://www.buymeacoffee.com/devvivek)\n\n- **Crypto**: Send some eth at `devvivek.eth`\n\nYour support is greatly appreciated !\nThank you for being a part of this project!\n\nLet's Build Web3 with React Native\n\nWAGMI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivek-suthar%2Fcryptoreact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivek-suthar%2Fcryptoreact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivek-suthar%2Fcryptoreact/lists"}