Welcome to the Ultrasonic Payment App built with React Native! This application allows users to make payments using ultrasonic sound waves. We utilize the power of Safe for account creation and payment functionalities, and the payments are made using ApeCoin.
- Mobile Payments using Ultrasonics: Seamlessly pay without needing physical contact or scanning QR codes.
- Safe Integration: Safe ensures secure account creation and payment processing.
- ApeCoin Transactions: All transactions are made using the ApeCoin cryptocurrency.
Ensure you have the following installed:
- Node.js
- Yarn or npm
- React Native and the Expo Go app for mobile testing
- Clone the repository to your local machine.
- Navigate to the AppMobile directory and run:
yarn install # or npm install
- Navigate to the SafeServer directory and run:
yarn install # or npm install
- Navigate to the ggwave-server directory and run:
yarn install # or npm install
- Start the SafeServer:
cd SafeServer node server.js
- Start the ggwave-server:
cd ggwave-server ./run_server.sh
- Finally, in the AppMobile directory, run:
expo start