Skip to content

GianlucaMinoprio/Tap2Pay-Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tap2Pay ultrasonic payment

React Native Ultrasonic Payment App

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.

Features:

  • 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.

Getting Started:

Prerequisites:

Ensure you have the following installed:

  • Node.js
  • Yarn or npm
  • React Native and the Expo Go app for mobile testing

Installation:

  1. Clone the repository to your local machine.
  2. Navigate to the AppMobile directory and run:
    yarn install
    # or
    npm install
  3. Navigate to the SafeServer directory and run:
    yarn install
    # or
    npm install
  4. Navigate to the ggwave-server directory and run:
    yarn install
    # or
    npm install
    

Running the App:

  1. Start the SafeServer:
    cd SafeServer
    node server.js
  2. Start the ggwave-server:
    cd ggwave-server
    ./run_server.sh
  3. Finally, in the AppMobile directory, run:
    expo start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published