Browse Source

Merge pull request #400 from moxiegirl/faq-101019

Faq 101019
feat/clarity-updates
Moxiegirl 5 years ago
committed by GitHub
parent
commit
624c4d9bc0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _data/theFAQs.json
  2. BIN
      _ios/images/blockstack-icon.png
  3. BIN
      _ios/images/blockstack-signin.png
  4. BIN
      _ios/images/running-app.png
  5. 27
      _ios/tutorial.md
  6. 13
      _org/wallet-use.md

2
_data/theFAQs.json

@ -699,7 +699,7 @@
{ {
"category": "tokens", "category": "tokens",
"question": "How much money has Blockstack raised?", "question": "How much money has Blockstack raised?",
"answer": "<p>Blockstack PBC has raised $5.1M in equity investments and $47.5M in the 2017 token offering. The last equity financing was the Series A round in Fall 2016.</p><p>Traditionally, venture-capital backed startups target around 12 to 18 months of runway after a new round of financing. As of July 2019, Blockstack PBC has 12+ months of runway at current burn rates. This runway projection (a) does not include funds contingent on achieving Milestone 2, (b) discounts the crypto holdings of Blockstack PBC, and (c) does not include any funds raised in the current Reg A and Reg S offerings.</p><p>Further, Blockstack PBC has a total of 110M STX in a long-term treasury. In addition, after completion of the 2019 offerings, approximately 231 million tokens from the genesis block will remain unallocated; the future use of these ~231 million tokens is under the discretion of Blockstack PBC.</p><p>Our audited financials are available in our <a href='http://stackstoken.com/circular' target='_blank'>offering circular</a>.</p><p>We expanded our team from 19 employees in January 2019 to 25 in July 2019 and we have several <a href='https://blockstack.org/careers' target='_blank'>open positions</a>.</p>" "answer": "<p>Blockstack PBC raised $5.1M in equity investments and $47.5M in the 2017 token offering. Most recently, Blockstack raised over $23M from a combination of Reg A and Reg S sales, making the combined funding over $75M.</p><p>As of October 2019, Blockstack PBC has an estimated runway of until the end of 2021 at current burn rates. Further, Blockstack PBC has a significant number Stacks token in its treasury.</p><p>Our audited financials are available in our <a href='http://stackstoken.com/circular' target='_blank'>offering circular</a>.</p><p>We expanded our team from 19 employees in January 2019 to 25 in July 2019 and we have several <a href='https://blockstack.org/careers' target='_blank'>open positions</a>.</p>"
}, },
{ {
"category": "tokens", "category": "tokens",

BIN
_ios/images/blockstack-icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
_ios/images/blockstack-signin.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 36 KiB

BIN
_ios/images/running-app.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 47 KiB

27
_ios/tutorial.md

@ -198,9 +198,9 @@ you want the web app to redirect the user to your iOS application. The work
you do here will allow it. you do here will allow it.
1. From the terminal command line, change directory to your web 1. From the terminal command line, change directory to your web
application directory. application directory (`hello-blockstack`).
2. Create a `public` directory. 1. If it doesn't ext, create the `public` directory.
```bash ```bash
$ mkdir public $ mkdir public
@ -245,8 +245,8 @@ application directory.
to redirect the user back to your iOS app. Later, you'll add a reference to redirect the user back to your iOS app. Later, you'll add a reference
to this handler in your iOS application. to this handler in your iOS application.
5. Close and save the `redirect.html` file. 4. Close and save the `redirect.html` file.
6. Ensure your Blockstack app compiles successfully. 5. Ensure your Blockstack app compiles successfully.
The `npm` process should detect and compile your change. The `npm` process should detect and compile your change.
@ -261,7 +261,7 @@ This tutorial uses XCode 9.3, you can use another version but be aware that some
menu items and therefore these procedures may be differœent on your version. menu items and therefore these procedures may be differœent on your version.
1. Launch the XCode interface. 1. Launch the XCode interface.
2. Choose **Create new XCode project**. 2. Choose **Create a new XCode project**.
3. Select **iOS**. 3. Select **iOS**.
4. Select **Single View App**. 4. Select **Single View App**.
@ -335,17 +335,20 @@ lines after.
```bash ```bash
$ pod install $ pod install
Analyzing dependencies Analyzing dependencies
Downloading dependencies Downloading dependencies
Installing Blockstack (0.2.0) Installing Blockstack (0.7.2)
Installing CryptoSwift (0.11.0) Installing CryptoSwift (0.15.0)
Generating Pods project Installing PromisesObjC (1.2.8)
Integrating client project Installing PromisesSwift (1.2.8)
Installing STRegex (2.1.0)
Generating Pods project
Integrating client project
[!] Please close any current XCode sessions and use `hello-blockstack-ios.xcworkspace` for this project from now on. [!] Please close any current XCode sessions and use `hello-blockstack-ios.xcworkspace` for this project from now on.
Sending stats Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed. Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.
[!] Automatically assigning platform `ios` with version `11.4` on target `hello-blockstack-ios` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`. [!] Automatically assigning platform `ios` with version `11.3` on target `hello-blockstack-ios` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
``` ```
This command creates a number of files This command creates a number of files
@ -363,7 +366,7 @@ lines after.
![](images/open-xcworkspace.png) ![](images/open-xcworkspace.png)
When you open the workspace, the system will begin indexing the project. Then, after indexing, you may see a warning indicator at the top in the When you open the workspace, the system will begin indexing the project. Then, after indexing, you **may** see a warning indicator at the top in the
project title. If you see the warning, continue to step 7. Otherwise, go to the next section. project title. If you see the warning, continue to step 7. Otherwise, go to the next section.
7. Click the signal to reveal the warning. 7. Click the signal to reveal the warning.

13
_org/wallet-use.md

@ -232,8 +232,7 @@ If you attempt to send STX with your wallet and you do not have enough Bitcoin t
![](images/gas-up-cb.gif) ![](images/gas-up-cb.gif)
Review your Stacks Wallet settings to see the increase in your balance. Your Review your Stacks Wallet settings to see the increase in your balance. Your BTC balance only appears in this area.
transaction history also shows any Bitcoin sent to your wallet.
## Send stacks ## Send stacks
@ -248,14 +247,14 @@ Sending stacks is a transaction you must authorize or sign. If you have connecte
The system displays the **Send** dialog. The system displays the **Send** dialog.
3. Complete the dialog with the transaction information. 4. Complete the dialog with the transaction information.
| **Recipient** | A Stacks address. | | **Recipient** | A Stacks address. |
| **Amount to Send** | Enter a value. | | **Amount to Send** | Enter a value. |
| **Note** | A memo for the transaction. | | **Note** | A memo for the transaction. |
4. Select **Continue**. 5. Select **Continue**.
If you do not have enough Bitcoin to fuel the transaction, the system If you do not have enough Bitcoin to fuel the transaction, the system
notifies you. If you don't have enough Bitcoin, you must **Top Up**. notifies you. If you don't have enough Bitcoin, you must **Top Up**.
@ -264,17 +263,17 @@ Sending stacks is a transaction you must authorize or sign. If you have connecte
![](images/device-check.png) ![](images/device-check.png)
4. Select **Continue**. 6. Select **Continue**.
The Stacks Wallet displays a confirmation dialog. The Stacks Wallet displays a confirmation dialog.
![](images/confirm-send.png) ![](images/confirm-send.png)
5. Select **Confirm** to complete your transaction. 7. Select **Confirm** to complete your transaction.
![](images/sent.png) ![](images/sent.png)
6. Select **Close**. 8. Select **Close**.
The send transaction appears in your **Transaction History**. Blockchain The send transaction appears in your **Transaction History**. Blockchain
transactions can take minutes or hours to complete. transactions can take minutes or hours to complete.

Loading…
Cancel
Save