VIVEK-SUTHAR / cryptoreact

Web3 Starter Kit for React Native+Expo ,Bootstrap your next DApp in few seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoReact - React Native+Expo Starter Kit

Building Web3 applications for mobile can be a complex task.

That'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

It comes with essential features including WalletConnect support, Dark/Light Theme using Shopify Restyle, and TypeScript readiness.

Features

  • WalletConnect Support: Easily integrate WalletConnect to allow users to connect their wallets to your app securely.

  • Dark/Light Theme: Customize the look and feel of your app with built-in Dark and Light theme support using Shopify Restyle.

  • TypeScript Ready: The project is TypeScript ready, making it easier to maintain and scale as your app evolves.

Getting Started

Follow these steps to get started with CryptoReact:

  1. Clone the Repository:
    git clone https://github.com/VIVEK-SUTHAR/cryptoreact

Install Dependencies

Follow these steps to install the required dependencies for CryptoReact:

  1. Change Directory: Navigate to the project directory after cloning the repository:

    cd cryptoreact
  2. Install Packages: Use Yarn or npm to install the project's dependencies:

    yarn
     #or
    npm install

Configure the Wallet Connect Project ID and RPC Url

  1. WalletConnect Project ID: Grab a Project id from Wallect Connect Cloud,and replace it with projectId in root/src/components/WallectConnectModal.tsx
const projectId = "GRAB_FROM_WC_CLOUD_ANDPASTE_HERE";
  1. Alchemy RPC URL: We use Alchemy's RPC API for querying the onchain data.Go to Alchemy,one you have one project with polygon-mainnet,copy the https url and paste to root/src/constants/index.ts
export const ALCHMEY_RPC_URL = "ADD_RPC_URL_HERE";

Run the App

To run the CryptoReact app locally, follow these steps:

  1. Start the Development Server: Run the following command to start the Expo development server:

    yarn start
  2. Scan the QR code in your expo go app and you are good to go.

The Home Screen :

Home Screen

Things one can work

  • : Add ENS Resolving/reverse resolve support
  • : Conduct thorough performance optimizations for smoother user experience.
  • : Add Chain Switch support
  • : Add Config for callling smart-contracts
  • : Build CLI tool that just bootsraps the starter kit in seconds

Found a Bug?

If 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:

  1. Check Existing Issues: Before creating a new issue, please search the existing 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.

  2. Create a New Issue:

    • Click on the "Issues" tab on the GitHub repository.
    • Click the "New Issue" button.
    • Provide a descriptive title that summarizes the issue.
    • In the issue description, include the following details:
      • A clear and concise description of the problem or bug or the feature you want in Starter Kit.
      • Steps to reproduce the issue (if applicable).
      • Any error messages or screenshots that can help us understand the problem.
      • Information about your environment, including the version of CryptoReact and the device or emulator you're using.
    • Assign appropriate labels to the issue, such as "bug" or "help wanted."
  3. Submit the Issue: Click the "Submit new issue" button to create the issue.

I'll do my best to address it ASAP. Your feedback is valuable in making CryptoReact better. Thank you for helping us improve the project!

Contributing

I welcome contributions to CryptoReact! To contribute, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

  3. Make your changes and commit them with descriptive messages.

  4. Push your changes to your fork.

  5. Create a pull request to the main branch of the original repository.

Support the Project

CryptoReact 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. If you find this project useful and would like to show your appreciation, you can support the work in the following ways:

  • Buy Me a Coffee: You can buy me a coffee

  • Crypto: Send some eth at devvivek.eth

Your support is greatly appreciated ! Thank you for being a part of this project!

Let's Build Web3 with React Native

WAGMI

About

Web3 Starter Kit for React Native+Expo ,Bootstrap your next DApp in few seconds


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%