a free (libre) open source, mobile OS for Ethereum https://status.im
Go to file
mmilad75 6ebd5b421c
Fix account-card component UI (#17589)
* add new type

* fix lint issues

* add tests

* refactor get-test-data function

* resolve comments

* fix imports

* resolve comments

* fix lint issues

* remove extra code

* fix height
2023-10-26 16:46:24 +03:30
.clj-kondo Enable ns sorting linter and clean+sort all namespaces (#17618) 2023-10-16 22:03:18 +00:00
.dependabot
.github Adjust PR template to add before/after (#17402) 2023-09-25 13:42:37 +03:00
.lsp chore: add lsp clean-ns in lint-fix (#17661) 2023-10-18 00:17:43 +08:00
.vscode Document how to auto-format Clojure files in VSCode with zprint (#17719) 2023-10-25 23:19:56 -03:00
android Fix recent album not showing count (#17498) 2023-10-24 17:23:16 +03:00
ci Reduce Clojure linter warning noise (#17491) 2023-10-04 16:06:54 -03:00
doc Document how to auto-format Clojure files in VSCode with zprint (#17719) 2023-10-25 23:19:56 -03:00
fastlane ios: drop fastlane-plugin-clean_testflight_testers 2023-05-24 11:52:01 +02:00
ios feat (wallet): add ability to create new account (#17496) 2023-10-26 01:45:33 -07:00
modules/react-native-status Dont parse unused identicon 2023-09-06 14:09:37 +01:00
nix Update `react-native-camera-kit` to latest beta to enable programmitcal zooming (#17708) 2023-10-24 11:48:36 +03:00
resources wallet: token value drawer (#17730) 2023-10-25 15:45:45 +04:00
scripts fix shebang for NixOS usage in scheck-nix-shell.sh 2023-10-18 22:17:25 +02:00
src Fix account-card component UI (#17589) 2023-10-26 16:46:24 +03:30
test e2e: new link format 2023-10-23 11:26:53 +02:00
test-resources Update prettier config for the project. (#16303) 2023-06-19 19:09:12 +05:30
translations feat (wallet): add ability to create new account (#17496) 2023-10-26 01:45:33 -07:00
.buckconfig
.carve_ignore remove quo lib (#17626) 2023-10-16 18:34:00 +02:00
.dockerignore
.env Remove options to create community from mobile from release and nightly builds (#17495) 2023-10-04 15:12:16 +05:30
.env.e2e Add method for fast creation of communities (#16806) 2023-08-03 08:59:28 +08:00
.env.jenkins Add method for fast creation of communities (#16806) 2023-08-03 08:59:28 +08:00
.env.nightly Add method for fast creation of communities (#16806) 2023-08-03 08:59:28 +08:00
.env.release Remove options to create community from mobile from release and nightly builds (#17495) 2023-10-04 15:12:16 +05:30
.envrc Add login integration test 2022-06-08 13:43:32 +01:00
.eslintrc.js Update prettier config for the project. (#16303) 2023-06-19 19:09:12 +05:30
.flowconfig
.gitattributes
.gitignore chore: add lefthook.yml to gitignore file (#16288) 2023-06-15 07:50:40 -03:00
.mailmap
.nycrc
.prettierignore Update prettier script. (#16324) 2023-06-20 19:50:27 +05:30
.prettierrc.js Update prettier config for the project. (#16303) 2023-06-19 19:09:12 +05:30
.watchmanconfig
.zprintrc Migrate away from rf/defn and rf/merge (first step) (#17451) 2023-10-05 16:11:45 -03:00
LICENSE.md
Makefile prevent changing deps outside of nix shell (#17662) 2023-10-17 23:35:58 +05:30
README.md Update README.md (#17651) 2023-10-16 18:35:41 +02:00
RELEASES.md rename quo2 (#17660) 2023-10-17 17:27:18 +02:00
VERSION Bump release to 1.25.0 (#17247) 2023-09-11 14:42:15 +01:00
app.json Lint and fix missing trailing newlines (#16445) 2023-07-04 19:40:13 +00:00
babel.config.js Dont parse unused identicon 2023-09-06 14:09:37 +01:00
binding.gyp
default.nix
index.js Update prettier config for the project. (#16303) 2023-06-19 19:09:12 +05:30
metro.config.js Update prettier config for the project. (#16303) 2023-06-19 19:09:12 +05:30
package.json Fix recent album not showing count (#17498) 2023-10-24 17:23:16 +03:00
react-native.config.js Update prettier config for the project. (#16303) 2023-06-19 19:09:12 +05:30
shadow-cljs.edn Upgrade Clojure libraries (#17690) 2023-10-20 20:47:23 -03:00
shell.nix
status-go-version.json Don't sync AC notifications, only decisions/state (#17600) 2023-10-26 14:44:06 +08:00
supervisord.conf
yarn.lock Fix recent album not showing count (#17498) 2023-10-24 17:23:16 +03:00

README.md

Status - a Mobile Ethereum Operating System

Get it on Google Play Get it on F-Droid

Get it on Github

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 provide 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 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. Check out our coding guidelines.

  • 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 Mission and Community Principles

  • Specification / Documentation John Dewey once said "Education is not preparation for life; education is life itself ". Developers and Designers need guidance and it all starts from documentation and specifications. Our software is only as good as its documentation, check out 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.

  • Testers It's bug hunting season! Status is currently under active development 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

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.

License

Licensed under the Mozilla Public License v2.0