Deployed 826b38a with MkDocs version: 0.16.1

This commit is contained in:
Jarrad Hope 2017-01-29 13:25:52 +07:00
parent e71114b13a
commit 8fdfd6b9fd
7 changed files with 91 additions and 50 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -329,8 +329,8 @@ build/bin/geth attach http://localhost:8545
<h3 id="walkthrough">Walkthrough</h3>
<p>Fork the repository on Github's web UI.</p>
<p>Clone your fork. Add the upstream as a remote.</p>
<pre><code>$ git clone git@github:&lt;you&gt;/status-react
$ git remote add upstream git@github:status-im/status-react
<pre><code>$ git clone git@github.com:&lt;you&gt;/status-react.git
$ git remote add upstream git@github.com:status-im/status-react.git
</code></pre>
<p>Now you have two remotes: <code>origin</code> pointing to your fork and <code>upstream</code> pointing to the shared repo.</p>
<pre><code>$ git fetch --all

View File

@ -238,14 +238,22 @@
<p>Shake your phone and submit bug report.
Please try to be as descripive as possible.</p>
<h2 id="for-developers">For Developers</h2>
<p>To run appium tests:</p>
<h3 id="ui-appium-tests">UI (Appium) tests</h3>
<p>To run the tests:</p>
<ol>
<li>install appium <code>npm install -g appium</code></li>
<li>start appium server in new tab <code>appium &amp;</code></li>
<li>start application on emulator or real device</li>
<li>run tests <code>lein test</code></li>
<li>Install appium: run <code>npm install -g appium</code></li>
<li>Start application on emulator or real device (<a href="https://wiki.status.im/contributing/development/building-status/#build-and-test">more details here</a>)</li>
<li>Start appium server in new tab: run <code>appium --session-override</code></li>
<li>Run <code>lein test</code></li>
</ol>
<p>To run unit tests execute:</p>
<p>Hints / Gotchas:</p>
<ul>
<li>Confirmed working using Appium version 1.6.1.</li>
<li>To find an element easily in the tests, use the <code>:accessibility-label</code> property in the respective Reagent component.</li>
<li>When querying an element by its inner text, be sure to use the whole text that the element is supposed to contain (it won't match just a part of the text).</li>
</ul>
<h3 id="unit-tests">Unit tests</h3>
<p>To run the unit tests execute:</p>
<p><code>lein doo node test once</code> <br />
or<br />
<code>lein doo node test</code></p>

View File

@ -239,12 +239,32 @@
<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. This, combined with community and a strategy for mass adoption we believe solves a real problem in the on-boarding of people onto the Blockchainour favourite being Ethereum. </p>
<p>Blockchains, more specifically <em>public Blockchains</em>, have the potential to restructure the very fabric of our society, and 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 legacy systems. We can pave the way towards <strong>conversational crypto-commerce.</strong> </p>
<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 entry to interact with Ethereum, and provide an onramp to Web 3.0 for the average smartphone user - whilst at the same time fostering the Ethereum community and showcasing we have to offer.</p>
<p>We intend to employee a strategy that contains three core components: <em>Technology</em>, <em>Community</em> &amp; <em>User Aquisition</em>.</p>
<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 Clojure.js, 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>
@ -255,6 +275,9 @@
<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>

View File

@ -354,5 +354,5 @@ Without the dedication of these fine gentleman, Status would not exist.</p>
<!--
MkDocs version : 0.16.1
Build Date UTC : 2017-01-20 12:59:47
Build Date UTC : 2017-01-29 06:25:47
-->

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<url>
<loc>https://wiki.status.im/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
@ -13,37 +13,37 @@
<url>
<loc>https://wiki.status.im/getting-started/mission-and-core-values/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/getting-started/user-guide/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/getting-started/faq/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/getting-started/code-of-conduct/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/contributing/development/introduction/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/community/how-to-grow-our-community/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
@ -59,31 +59,31 @@
<url>
<loc>https://wiki.status.im/contributing/design-guidelines/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/contributing/testing-and-feedback/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/contributing/documenting/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/contributing/outreach/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/contributing/translations/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
@ -93,31 +93,31 @@
<url>
<loc>https://wiki.status.im/community/how-to-grow-our-community/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/community/slack/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/community/newsletter/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/community/blog/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/community/tell-a-friend/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
@ -127,55 +127,55 @@
<url>
<loc>https://wiki.status.im/proposals/commiteth/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/proposals/contact-sharing/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/proposals/chat-api/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/proposals/discover/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/proposals/messaging/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/proposals/erc20-exchange/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/proposals/sticker-market/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/proposals/visual-programming/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/proposals/moments/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
@ -185,13 +185,13 @@
<url>
<loc>https://wiki.status.im/licenses/mpl2/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://wiki.status.im/licenses/lgpl-v3.0-static/</loc>
<lastmod>2017-01-20</lastmod>
<lastmod>2017-01-29</lastmod>
<changefreq>daily</changefreq>
</url>