developer guide

Former-commit-id: 7533cd1431
This commit is contained in:
Jarrad 2016-07-27 14:28:18 +02:00
parent 4713385aa3
commit 1fbbd9a2c1
1 changed files with 18 additions and 28 deletions

View File

@ -1,40 +1,30 @@
# status-im # Status
A Clojure library designed to ... well, that part is up to you. A mobile Ethereum client targeting iOS & Android
## Usage ## Usage
### Requirements Please see the [Developers' Guide](https://github.com/status-im/status-react/wiki/Developers'-Guide) for more details on configuring your environment, managing project dependencies and testing procedures.
- [Node & NPM](https://nodejs.org/en/)
- [Lein](http://leiningen.org)
- [react-native](https://facebook.github.io/react-native/docs/getting-started.html) - npm install -g react-native
- [re-natal](https://github.com/drapanjanas/re-natal) - npm install -g re-natal
- [Latest JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- Android SDK [Mac](brew install android-sdk) or [Windows/Linux](https://developer.android.com/sdk/installing/index.html)
- [Genymotion](https://www.genymotion.com) (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](https://facebook.github.io/react-native/docs/android-setup.html)
### Run the app ## Contribution
re-natal deps Thank you for considering to help out with the source code! We welcome contributions from
re-natal use-android-device genymotion (or avd) anyone on the internet, and are grateful for even the smallest of fixes!
re-natal use-figwheel
lein figwheel android
# new tab If you'd like to contribute to Status, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base.
react-native start
# new tab Please make sure your contributions adhere to our coding guidelines:
adb reverse tcp:8081 tcp:8081
adb reverse tcp:3449 tcp:3449 * Code must be idiomatic Clojure, please refer to the [style guidelines](https://github.com/bbatsov/clojure-style-guide) (i.e. use [lein eastwood
react-native run-android ](https://github.com/jonase/eastwood) & [lein kibit](https://github.com/jonase/kibit)).
(re-frame.core/dispatch [:set-signed-up true]) * Code must be documented.
* Pull requests need to be based on and opened against the `develop` branch.
* Commit messages should be prefixed with the root namespace(s) under `status-im` that they modify.
* E.g. "contacts, ios: add contact stylistic changes"
Please see the [Developers' Guide](https://github.com/status-im/status-react/wiki/Developers'-Guide) for more details on configuring your environment, managing project dependencies and testing procedures.
## License ## License
Copyright © 2016 FIXME Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.