MostroP2P / mobile

Mobile client for Mostro p2p
6 stars 3 forks source link

Mostro mobile client

Super early version of a mobile client for the Mostro P2P platform.

This project is a mobile interface that facilitates peer-to-peer bitcoin trading over the lightning network ⚡️ using nostr 🦩. The lightning network is a layer 2 scaling solution for bitcoin that enables fast and low-cost transactions.

Prerequisites

Install

git clone https://github.com/MostroP2P/mobile.git
cd mobile
npm install

Run the app in the browser:

ionic serve

Run the app in your mobile device:

ionic build
ionic cap sync
ionic cap open android

Start building

Please give a look to our issues section :smile: