a free (libre) open source, mobile OS for Ethereum https://status.im
Go to file
Andrey Shovkoplyas 5dd345fe49
[#6643] Allow chat command suggestions to select parameter
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-11-22 15:57:39 +01:00
.github Reduce number of days required to consider a PR stale to 14 2018-11-20 11:21:15 +01:00
android stop using build-* git tags for counting build numbers 2018-11-21 13:43:12 +01:00
ci stop using build-* git tags for counting build numbers 2018-11-21 13:43:12 +01:00
components/src/status_im/ui/components added Inter UI font and made some cleanup 2018-11-06 16:46:58 +01:00
deployment Add support for generating Windows install program instead of zip file. Part of #6304 2018-11-20 15:11:24 +01:00
desktop Add support for generating Windows install program instead of zip file. Part of #6304 2018-11-20 15:11:24 +01:00
desktop_files Windows port using Conan and MXE. Part of #5807 2018-11-14 17:16:29 +01:00
doc Unify desktop builds. Closes #5406 2018-09-26 16:45:48 +02:00
docker-build Ensure no ubuntu-server process is running at startup. Fixes #6584 2018-11-19 13:26:37 +01:00
env Add remove-chat button next to chat title 2018-08-20 13:42:07 +03:00
fastlane Add Fastlane action to upload Google Play metadata 2018-11-16 09:56:30 +01:00
ios stop using build-* git tags for counting build numbers 2018-11-21 13:43:12 +01:00
mobile_files Bump version to 0.9.31 2018-11-16 11:11:27 +01:00
modules Add missing configuration for Windows desktop notifications. Part of #6728 2018-11-20 15:11:01 +01:00
patches upgrade realm-js to 2.16.1 2018-09-25 18:03:12 +03:00
react-native/src Remove instabug 2018-10-19 09:18:22 +03:00
resources Add rendezvous nodes to configuration 2018-11-20 17:25:59 +01:00
scripts stop using build-* git tags for counting build numbers 2018-11-21 13:43:12 +01:00
src/status_im [#6643] Allow chat command suggestions to select parameter 2018-11-22 15:57:39 +01:00
test [#6643] Allow chat command suggestions to select parameter 2018-11-22 15:57:39 +01:00
translations [#6718] restyle wallet onboarding flow 2018-11-20 17:21:26 +01:00
.babelrc
.buckconfig
.dockerignore
.env feature #6509 - validating token config against their contracts; moved token info from compile time list to app-db; fixed any discrepancies in existing info 2018-11-20 17:18:08 +01:00
.env.e2e feature #6509 - validating token config against their contracts; moved token info from compile time list to app-db; fixed any discrepancies in existing info 2018-11-20 17:18:08 +01:00
.env.jenkins feature #6509 - validating token config against their contracts; moved token info from compile time list to app-db; fixed any discrepancies in existing info 2018-11-20 17:18:08 +01:00
.env.nightly feature #6509 - validating token config against their contracts; moved token info from compile time list to app-db; fixed any discrepancies in existing info 2018-11-20 17:18:08 +01:00
.env.nightly.staging.fleet feature #6509 - validating token config against their contracts; moved token info from compile time list to app-db; fixed any discrepancies in existing info 2018-11-20 17:18:08 +01:00
.env.prod feature #6509 - validating token config against their contracts; moved token info from compile time list to app-db; fixed any discrepancies in existing info 2018-11-20 17:18:08 +01:00
.flowconfig
.gitattributes Desktop branch merged into develop (#5266) 2018-07-23 18:21:31 +03:00
.gitignore stop using build-* git tags for counting build numbers 2018-11-21 13:43:12 +01:00
CHANGELOG.md allow numbers in chat topics 2018-09-18 17:39:31 +02:00
Gemfile
Gemfile.lock upgrade fastlane: 2.104.0 > 2.107.0 2018-10-23 12:26:22 +02:00
LICENSE.md
Makefile fix naming of download status-go archives to avoid re-downloads 2018-11-21 14:38:27 +01:00
README.md Update links 2018-11-16 10:17:51 +01:00
STATUS_GO_VERSION Send your own messages 2018-11-06 21:19:50 +01:00
app.json
build.clj [#5339] switch Desktop to clj-rn 2018-10-24 15:48:08 +03:00
clj-rn.conf.edn fix typo in clj-rn conf 2018-10-24 17:35:59 +03:00
deps.edn [#6736] support multi-extensions store 2018-11-19 22:54:25 +01:00
figwheel-bridge.js Desktop branch merged into develop (#5266) 2018-07-23 18:21:31 +03:00
findSymlinkedModules.js.patch
project.clj [Fixes #6739] Introduced wallet.settings hook 2018-11-20 18:04:25 +01:00
rn-cli.config.js [fix #4819] update react-native to 0.56 2018-09-05 21:27:46 +03:00
supervisord.conf
ubuntu-server.js Add port arg to ubuntu-server.js 2018-10-09 14:30:50 +03:00

README.md

Status - a Mobile Ethereum Operating System

Join us in creating a browser, messenger, and gateway to a decentralized world. Status is a free (libre) open source mobile client targeting Android & iOS built entirely on Ethereum technologies. That's right, no middle men and go-ethereum running directly on your device.

Getting started with Status

Why?

We believe in a medium of pure free trade, economies with fair, permission-less access and a world without intermediaries. We want to create policies that can exist between friends or scale globally, we want to communicate securely and be uninhibited by legacy systems.

We want to take responsibility for our data, the way we conduct ourselves privately and promote this way of life to a mass audience.

We want deep insights into our own economies so we can make informed, data-driven decisions on how to make our lives better. The Ethereum blockchain, Smart Contracts, Swarm and Whisper provides us a path forward.

If this interests you, help us make Status a reality - anyone can contribute and we need everyone at any skill level to participate.

How to Contribute?

Go straight to the docs or join our chat and choose what interests you:

  • Developer Developers are the heart of software and to keep Status beating we need all the help we can get! If you're looking to code in ClojureScript or Golang then Status is the project for you! We use React Native and there is even some Java/Objective-C too!
    Want to learn more about it? Start by reading our Developer Introduction which guides you through the technology stack and start browsing beginner issues. Then you can read how to Build Status, which talks about managing project dependencies, coding guidelines and testing procedures.

  • Community Management
    Metcalfe's law states that the value of a network is proportional to the square of the number of connected users of the system - without community Status is meaningless. We're looking to create a positive, fun environment to explore new ideas, experiment and grow the Status community. Building a community takes a lot of work but the people you'll meet and long lasting relationships you form will be well worth it, check out our Community Principles

  • Specification / Documentation
    John Dewey once said "Education is not preparation for life; education is life itself ". Developers & Designers need guidance and it all starts from documentation and specifications. Our software is only as good as its documentation, head over to our docs and see how you can improve what we have.

  • Blog Writing
    Content is King, keeping our blog up to date and informing the community of news helps keep everyone on the same page. Jump into our chat and discuss with the team how you can contribute!

  • Testers
    It's bug hunting season! Status is currently in Alpha and there is sure to be a bunch of learning, build status from scratch or if an android user check out our nightly builds. You can shake your phone to submit bug reports, or start browsing our Github Issues. Every bug you find brings Status closer to stable, usable software for everyone to enjoy!

  • Security
    Status is a visual interface to make permanent changes on the Blockchain, it handles crypto-tokens that have real value and allows 3rd party code execution. Security is paramount to its success. You are given permission to break Status as hard as you can, as long as you share your findings with the community!

  • Evangelism
    Help us spread the word! Tell a friend right now, in fact tell everyone - yell from a mountain if you have to, every person counts! If you've got a great story to tell or have some interesting way you've spread the word about Status let us know about it in our chat

Status API

View our API Docs and learn how to integrate your DApp into Status. You can read more about how to add your DApp to Status here.

Give me Binaries!

You can get our Beta builds for both Android and iOS on our website, through our nightly builds or by building it yourself.

Core Contributors

Core Team Members

Special thanks to @adrian-tiberius. Without the dedication of these outstanding individuals, Status would not exist.

Contact us

Feel free to email us at support@status.im or better yet, join our chat.

License

Licensed under the Mozilla Public License v2.0