CrypVendApp POS App is a mobile application built using React Native, designed to serve as a Point of Sale (POS) system for selling cryptocurrencies. The app seamlessly integrates with the Lamussu server to support various crypto operations and facilitates the purchase of cryptocurrencies using credit cards.
- Crypto Operations: Seamlessly connects with the Lamussu server to support various crypto operations.
- Credit Card Integration: Allows users to purchase cryptocurrencies conveniently using credit cards.
- Real-time Updates: Keeps users informed with real-time updates on transactions and crypto prices.
- Secure Transactions: Ensures the security of transactions and user data during credit card purchases.
- Node.js
- npm (Node Package Manager)
- React Native CLI
-
Clone the repository:
git clone https://github.com/shivchawla/crypvendapp.git cd crypvendapp
-
Install dependencies:
npm install
-
Setup Lamassu Server:
Follow instruction here: https://github.com/lamassu/lamassu-server
-
Run App:
npx react-native run-android