Skip to content

fix/messagingClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messaging Dapp light clients

Configuration

You need to install first the MessagingDapp on your local LISK testnet.

Then, copy your Dapp Id and be sure to update the source files with the correct Dapp Id: in desktop/index.html and mobile/www/index.html find the line with :

var dappId = "105601020317470892";

and update accordingly.

Desktop

Assuming you have installed NPM.

cd desktop/
npm install && npm start

Desktop App

Mobile

Assuming you have installed and configured cordova properly.

cd mobile/
cordova add platform android
cordova run

Android App

License

The MIT License (MIT)

Copyright (c) 2016 Sigmeus

About

Messaging Lisk Dapp light clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages