Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 709 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 709 Bytes

MoonShard Messenger

MoonShard is a decentralized messegnger based on Matrix protocol and P2Chat. Feel free to check out information about Matrix at matrix.org

Before you start

You will need to install React Native as described here

Learn more at P2Chat.

Getting started

  1. Clone this repository
  2. Run npm install , all required components will be installed automatically
  3. It is recommended to run react-native start command from root project directory.
  4. Run your project from XCode (Cmd+R) for iOS, or use react-native run-android to run your project on Android.