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.
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)
git clone https://github.com/btcven/locha-mesh-chat.git
cd locha-mesh-chat
With yarn
yarn install
or npm
npm install
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
react-native link
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
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