Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 913 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 913 Bytes

Solana React Native App

This project is a React Native application that interacts with a Solana smart contract. The app allows users to deposit and withdraw SOL tokens using their Solana wallet.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/solana-react-native-app.git
    cd solana-react-native-app
  2. Install dependencies:

    npm install
  3. Install the necessary dependencies for Solana:

    npm install @solana/web3.js @solana/wallet-adapter-react-native

Usage

  1. Start the development server:

    npm start
  2. Run the app on your device or emulator:

    npm run android
    # or
    npm run ios