Skip to content

TanmayDhobale/hodl

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published