MoonShard is a decentralized messegnger based on Matrix protocol and P2Chat. Feel free to check out information about Matrix at matrix.org
You will need to install React Native as described here
Learn more at P2Chat.
- Clone this repository
- Run
npm install
, all required components will be installed automatically - It is recommended to run
react-native start
command from root project directory. - Run your project from XCode (
Cmd+R
) for iOS, or usereact-native run-android
to run your project on Android.