Skip to content

Chat and send Bitcoin without internet connection.

License

Notifications You must be signed in to change notification settings

stephien/locha-mesh-chat

 
 

Repository files navigation

Locha Mesh Chat

The first mobile application for the Locha Mesh. The aim is to build an app for communication using text messages, images, documents or voice notes, and also for broadcasting offline signed Bitcoin transactions.

Requirements

Before you start, make sure you have the following requirements

- Node.js v10.x or greater
- Java SE Development Kit (JDK 8)
- Python 2.7
- git

Check to have a dependency manager installed like npm (bundled with node) or yarn (recommended)

2. Clone and Install

Clone this repository

git clone https://github.com/btcven/locha-mesh-chat.git

Go into directory

cd locha-mesh-chat

Install dependencies

With yarn

yarn install

or npm

npm install

Equipment configuration

You need to configure your equipment to run this app, the process is different depending on your development system:

In this link are the steps to follow the official Documentation

Add native dependencies to the project

 react-native link

2. Open RNS in your iOS simulator

Run this command to start the development server and to start your app on iOS simulator:

react-native run-ios

Or, if you prefer Android:

 react-native run-android

License

Copyright (c) 2019 Bitcoin Venezuela and Locha Mesh developers.

Licensed under the Apache License, Version 2.0


A text quote is shown below

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Read the full text: Locha Mesh Apache License 2.0

About

Chat and send Bitcoin without internet connection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.9%
  • Java 1.7%
  • Objective-C 1.6%
  • Python 0.8%