a free (libre) open source, mobile OS for Ethereum
https://status.im
547c9031be | ||
---|---|---|
android | ||
doc | ||
env | ||
images | ||
ios | ||
src | ||
test/syng_im | ||
.buckconfig | ||
.flowconfig | ||
.gitignore | ||
.re-natal | ||
.watchmanconfig | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
figwheel-bridge.js | ||
package.json | ||
project.clj | ||
run-osx.sh |
README.md
syng-im
A Clojure library designed to ... well, that part is up to you.
Usage
Requirements
- Node & NPM
- Lein
- react-native - npm install -g react-native
- re-natal - npm install -g re-natal
- Latest JDK
- Android SDK [Mac](brew install android-sdk) or Windows/Linux
- Genymotion (optinal, you may use an AVD - Android Virtual Device)
- Status lib - git clone git@github.com:status-im/status-lib.git && cd status-lib/protocol && lein install
- Setup Android Development Environment / Simulator
Run the app
re-natal deps
re-natal use-android-device genymotion (or avd)
re-natal use-figwheel
lein figwheel android
# new tab
react-native start
# new tab
adb reverse tcp:8081 tcp:8081
adb reverse tcp:3449 tcp:3449
react-native run-android
License
Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.