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.
-
Clone the repository:
git clone https://github.com/your-repo/solana-react-native-app.git cd solana-react-native-app
-
Install dependencies:
npm install
-
Install the necessary dependencies for Solana:
npm install @solana/web3.js @solana/wallet-adapter-react-native
-
Start the development server:
npm start
-
Run the app on your device or emulator:
npm run android # or npm run ios