2017-02-27 17:39:00 +01:00

330 lines
14 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://wiki.status.im/getting-started/mission-and-core-values/">
<link rel="shortcut icon" href="../../img/favicon.ico">
<title>Mission & Core Values - Status Wiki</title>
<link href="../../css/bootstrap-custom.min.css" rel="stylesheet">
<link href="../../css/font-awesome-4.5.0.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
<link rel="stylesheet" href="../../css/highlight.css">
<link rel="stylesheet" href="../../css/custom.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script src="../../js/jquery-1.10.2.min.js"></script>
<script src="../../js/bootstrap-3.0.3.min.js"></script>
<script src="../../js/highlight.pack.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79146816-1', 'wiki.status.im');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Collapsed navigation -->
<div class="navbar-header">
<!-- Expander button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../.."></a>
</div>
<!-- Expanded navigation -->
<div class="navbar-collapse collapse">
<!-- Main navigation -->
<ul class="nav navbar-nav">
<li >
<a href="../..">Welcome</a>
</li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Getting Started <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="active">
<a href="./">Mission & Core Values</a>
</li>
<li >
<a href="../user-guide/">User Guide</a>
</li>
<li >
<a href="../faq/">FAQ</a>
</li>
<li >
<a href="../code-of-conduct/">Code of Conduct</a>
</li>
<li >
<a href="../../contributing/development/introduction/">Developer Introduction</a>
</li>
<li >
<a href="../../community/how-to-grow-our-community/">Grow our Community</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contributing <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#">Developers</a>
<ul class="dropdown-menu">
<li >
<a href="../../contributing/development/introduction/">Introduction</a>
</li>
<li >
<a href="../../contributing/development/building-status/">Building Status</a>
</li>
<li >
<a href="../../contributing/development/adding-dapps/">Adding DApps</a>
</li>
</ul>
</li>
<li >
<a href="../../contributing/design-guidelines/">Design Guidelines</a>
</li>
<li >
<a href="../../contributing/testing-and-feedback/">Testing & Feedback</a>
</li>
<li >
<a href="../../contributing/documenting/">Documenting</a>
</li>
<li >
<a href="../../contributing/outreach/">Outreach</a>
</li>
<li >
<a href="../../contributing/translations/">Translations</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
<ul class="dropdown-menu">
<li >
<a href="../../community/how-to-grow-our-community/">Grow our Community</a>
</li>
<li >
<a href="../../community/slack/">Slack</a>
</li>
<li >
<a href="../../community/newsletter/">Newsletter</a>
</li>
<li >
<a href="../../community/blog/">Blog</a>
</li>
<li >
<a href="../../community/tell-a-friend/">Tell a Friend</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Proposals <b class="caret"></b></a>
<ul class="dropdown-menu">
<li >
<a href="../../proposals/commiteth/">Commiteth (WIP)</a>
</li>
<li >
<a href="../../proposals/contact-sharing/">Contact Sharing (WIP)</a>
</li>
<li >
<a href="../../proposals/chat-api/">Chat API (WIP)</a>
</li>
<li >
<a href="../../proposals/discover/">Discover (WIP)</a>
</li>
<li >
<a href="../../proposals/messaging/">Status Messaging (WIP)</a>
</li>
<li >
<a href="../../proposals/erc20-exchange/">Exchange (WIP)</a>
</li>
<li >
<a href="../../proposals/sticker-market/">Sticker Market (WIP)</a>
</li>
<li >
<a href="../../proposals/visual-programming/">Visual Programming (WIP)</a>
</li>
<li >
<a href="../../proposals/moments/">Moments (WIP)</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">License <b class="caret"></b></a>
<ul class="dropdown-menu">
<li >
<a href="../../licenses/mpl2/">MPL2</a>
</li>
<li >
<a href="../../licenses/lgpl-v3.0-static/">LGPLv3-static</a>
</li>
</ul>
</li>
<li class="repo-link">
<a href="https://github.com/status-im/wiki.status.im/" target="_blank">
<i class="fa fa-github"></i>GitHub
</a>
</li>
<li class="search-link">
<a href="#" data-toggle="modal" data-target="#mkdocs_search_modal">
<i class="fa fa-search"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
<ul class="nav bs-sidenav">
<li class="main active"><a href="#mission-core-values">Mission &amp; Core Values</a></li>
<li><a href="#beliefs">Beliefs</a></li>
<li><a href="#the-mission">The Mission</a></li>
<li><a href="#core-values">Core Values</a></li>
</ul>
</div></div>
<div class="col-md-9" role="main">
<div style="text-align: right;">
<a href="https://github.com/status-im/wiki.status.im/edit/master/docs/getting-started/mission-and-core-values.md">Edit this page</a>
</div>
<h1 id="mission-core-values">Mission &amp; Core Values</h1>
<p><strong>Join us in putting Ethereum on every mobile device on the planet.</strong></p>
<h2 id="beliefs">Beliefs</h2>
<p>It is our belief that messenger apps are on the path to becoming gateways to our economies and social lives, they have the highest retention rates on user acquisition and more time is spent in messenger apps than any others. Successful messaging apps lend themselves to mass adoption and, combined with a strong open source community, we believe Status can solve a real problem with the on-boarding of people onto the blockchain;our favourite being Ethereum. </p>
<p>Blockchains, more specifically <em>public Blockchains</em>, have the potential to restructure the very fabric of our society. We believe Ethereum provides the clearest path forward towards an internet where users get to own their own data, and economies are built on open protocols. We imagine a future where decentralized applications make central intermediaries and centralised servers largely redundant. We can pave the way towards <strong>conversational crypto-commerce</strong>. </p>
<h2 id="the-mission">The Mission</h2>
<p>Our mission is to facilitate the transition to a more open internet. Status strives to lower the barriers to interacting with Ethereum, and to provide an onramp to the Web 3.0 for the average smartphone user - whilst at the same time fostering an inclusive and diverse open source community.</p>
<p>We intend to employ a strategy that contains three core components: <em>Technology</em>, <em>Community</em> &amp; <em>User Aquisition</em>.</p>
<h3 id="technology">Technology</h3>
<ul>
<li>
<p>Status is built using ClojureScript, React and Golang. It includes a geth node on your device that uses the Light Ethereum Subprotocol (LES) to validate and sync with the blockchain. It uses Whisper (shh) as its messaging client and aims to integrate Swarm for storage.</p>
</li>
<li>
<p>We build systems where the goal is not to dominate and control, but to provide tools and applications that facilitate the better angels of our nature, rather than feeding the purely consumerist habits we have become so used to believing have no alternative. </p>
</li>
<li>
<p>We actively experiment with and deploy the latest technologies in the ongoing drive to provide a slick user experience while not compromising on the security or sovereignity of any user's data.</p>
</li>
<li>
<p>We offer an intuitve entry point into decentralized, encrypted, peer-ro-peer networks that is maintained by a large and diverse group of open-source developers.</p>
</li>
<li>
<p>We approach all contributions with an open mind and respect the opinions of our fellow developers. We aim to foster an environment conducive to easy, intuitive and consistent learning and one that fosters innovation at all levels.</p>
</li>
<li>
<p>We aim to help as many people to learn and contribute to the community's effort and always aim to encourage those more new to the paradigm of massively concurrent peer-to-peer networks than we are.</p>
</li>
</ul>
<h3 id="community">Community</h3>
<p>working with dapp develoeprs</p>
<h3 id="user-aquisition">User Aquisition</h3>
<p>marketing campaigns for dapp developers, user aquisition for mass adoption</p>
<h2 id="core-values">Core Values</h2>
<ul>
<li>
<p>Free (libre) and open source software.</p>
</li>
<li>
<p>Reciprocity, open-mindedness, respect and encouragement.</p>
</li>
<li>
<p>Our work is driven by a belief that Ethereum and public blockchains can yield great benefits to society, and access to DApps and Ethereum should be made available to anyone, anywhere.</p>
</li>
<li>
<p>The systems we're creating must be open, permissionless, award fair access and democratise power.</p>
</li>
<li>
<p>Communication should be clear and transparent to everyone in the community.</p>
</li>
</ul></div>
</div>
<footer class="col-md-12">
<hr>
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script>var base_url = '../..';</script>
<script data-main="../../mkdocs/js/search.js" src="../../mkdocs/js/require.js"></script>
<script src="../../js/base.js"></script><div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="exampleModalLabel">Search</h4>
</div>
<div class="modal-body">
<p>
From here you can search these documents. Enter
your search terms below.
</p>
<form role="form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
</div>
</form>
<div id="mkdocs-search-results"></div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
</body>
</html>