31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
# Status
|
|
|
|
A mobile Ethereum client targeting iOS & Android
|
|
|
|
## Usage
|
|
|
|
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.
|
|
|
|
|
|
## Contribution
|
|
|
|
Thank you for considering to help out with the source code! We welcome contributions from
|
|
anyone on the internet, and are grateful for even the smallest of fixes!
|
|
|
|
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.
|
|
|
|
Please make sure your contributions adhere to our coding guidelines:
|
|
|
|
* Code must be idiomatic Clojure, please refer to the [style guidelines](https://github.com/bbatsov/clojure-style-guide) (i.e. use [lein eastwood
|
|
](https://github.com/jonase/eastwood) & [lein kibit](https://github.com/jonase/kibit)).
|
|
* 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
|
|
|
|
Licensed under the Mozilla Public License v2.0
|