Browse Source

moxiegirl > meepers

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 5 years ago
parent
commit
77692edcd4
  1. 6
      _android/tutorial.md
  2. 4
      _browser/ids-introduction.md
  3. 2
      _browser/local_browser.md
  4. 2
      _browser/todo-list.md
  5. 4
      _data/glossary.csv
  6. 4
      _data/theFAQs.json
  7. 10
      _develop/zero_to_dapp_3.md
  8. 10
      _develop/zero_to_dapp_3_win.md
  9. 2
      _includes/keyphrase.md
  10. 2
      _ios/tutorial.md
  11. 10
      _org/explore.md
  12. 22
      _storage/digital-ocean-deploy.md

6
_android/tutorial.md

@ -155,7 +155,7 @@ In this section, you build an initial React.js application called
```bash
$ npm run start
> hello-blockstack@0.0.0 start /Users/moxiegirl/repos/hello-blockstack
> hello-blockstack@0.0.0 start /Users/meepers/repos/hello-blockstack
> webpack-dev-server
Project is running at http://localhost:8080/
@ -368,13 +368,13 @@ Now that you have created your initial project and verified it running in an emu
4. Open the Module `build.gradle` file.
5. Set the `defaultConfig minSdkVersion` to `19`.
When you are done, you should see (within your own username not `moxiegirl`):
When you are done, you should see (within your own username not `meepers`):
```JS
android {
compileSdkVersion 27
defaultConfig {
applicationId "com.example.moxiegirl.hello_android"
applicationId "com.example.meepers.hello_android"
minSdkVersion 19
targetSdkVersion 27
versionCode 1

4
_browser/ids-introduction.md

@ -10,7 +10,7 @@ Through the Blockstack Browser you can create an identity. You use this single i
point of contact as you interact with others through DApps. Others may be
individual users or companies or software. Unless you allow it, none of these
others have access to anything other than your identity, for example
`moxiegirl.id.blockstack`. Typically, others must ask to learn more about you,
`meepers.id.blockstack`. Typically, others must ask to learn more about you,
and you can choose to share &ndash; or not.
This document explains the free Blockstack ID, though there are others you can get for fee. You learn how to
@ -37,7 +37,7 @@ A Blockstack ID is a decentralized identity. You use this single identity to log
Think of the ID as a form of identification, like a drivers license. Like drivers' licenses, each identity is unique, but this license identifies you on the virtual internet highway. An identity is created through a registrar of which there are many. When you create a Blockstack ID, your registrar records the identity creation on the Stacks blockchain.
The Blockstack Browser allows new users to create free IDs. These free IDs have included the word `blockstack` in the ID, like this `moxiegirl.id.blockstack`. The additional `blockstack` portion of the name is called a _namespace_. It just means all the names belong to a particular entity. You don't have to use a free `id.blockstack` identity.
The Blockstack Browser allows new users to create free IDs. These free IDs have included the word `blockstack` in the ID, like this `meepers.id.blockstack`. The additional `blockstack` portion of the name is called a _namespace_. It just means all the names belong to a particular entity. You don't have to use a free `id.blockstack` identity.
This first Blockstack ID you create is a _primary ID_. Once you create a primary identity, you can add other, sub-identities to it. Sub-identities can have the `id.blockstack` or the `.id` format. You might created sub-identities for the same reason you have a work and home email.

2
_browser/local_browser.md

@ -188,7 +188,7 @@ your operating system.
From the command line:
```bash
$ rm -r /Users/moxiegirl/Library/Application\ Support/Blockstack
$ rm -r /Users/meepers/Library/Application\ Support/Blockstack
```
### On Windows

2
_browser/todo-list.md

@ -96,7 +96,7 @@ The example application runs in a node server on your local host. In the this se
```bash
$ pwd
/Users/moxiegirl/repos/blockstack-todos
/Users/meepers/repos/blockstack-todos
```
This path will be different for you, but double-check the last part to ensure that you're in the directory into which you cloned and in which you ran `npm install`.

4
_data/glossary.csv

@ -27,8 +27,8 @@ ephemeral key,A cryptographic key is called ephemeral if it is generated for eac
fork,"The term fork is used to refer both to any situation where there are two or more competing versions of a blockchain on a network (a situation that may arise and resolve itself in the ordinary course of network operations due to lags in communication between core nodes) and any software update that is proposed for adoption by the core nodes of a blockchain network that may result in a persistent fork on the network, with core nodes that adopt the update recognizing one version of the blockchain and those which do not recognizing another."
Gaia,Decentralized storage
genesis block,"The genesis block is the first block of the Stacks blockchain, which will create the initial 1.32 billion Stacks Tokens."
id.blockstack,"An identifier in the Blockstack, for example moxiegirl.id.blockstack. This is your name & identity that is registered in the .id namespace on Blockstack. Your personal data and storage are built around this ID. Apps that want to access your data use your permission and identity to find it. An id is usually a shorthand for a longer, hash ID string, for example ID-1Fj9kkw15P51Fj9kkw15P5xJmyefWhLKrQMKNPREfaqsJ"
identity,"<p>A way to identify a person or an organization on the Blockstack network. An identity is unique, both <code>moxiegirl.id.blockstack</code> or <code>chad.id</code> are examples of IDs.</p>"
id.blockstack,"An identifier in the Blockstack, for example meepers.id.blockstack. This is your name & identity that is registered in the .id namespace on Blockstack. Your personal data and storage are built around this ID. Apps that want to access your data use your permission and identity to find it. An id is usually a shorthand for a longer, hash ID string, for example ID-1Fj9kkw15P51Fj9kkw15P5xJmyefWhLKrQMKNPREfaqsJ"
identity,"<p>A way to identify a person or an organization on the Blockstack network. An identity is unique, both <code>meepers.id.blockstack</code> or <code>chad.id</code> are examples of IDs.</p>"
identity management (IDM),"Identity management, also known as identity and access management is, in computer security, the security and business discipline that enables the right individuals to access the right resources at the right times and for the right reason"
know your customer (KYC),"Or KYC, is a popular term used in the banking or financial field. KYC is a process where financial institutions, insurers and other companies obtain information about the identity and address of the customers as part of risk management."
KYC,See know your customer

1 Term Definition

4
_data/theFAQs.json

@ -69,7 +69,7 @@
{
"category": "appusers",
"question": "How do I get an identity? Is it free?",
"answer": "<p>Normally, registering an identity as a digital asset on the Stacks blockchain requires <a href='https://blog.blockstack.org/video-reusing-bitcoins-hashpower-to-launch-the-stacks-blockchain/'>burning of Stacks tokens as <em>fuel</em></a>. However, Blockstack PBC is currently running a free service to pay for identities on behalf of the users. Through this service, you can get a free identity from Blockstack in the <strong>id.blockstack</strong> namespace. A namespace is similar to a domain (<strong>checklist.com</strong>, for example) on the old internet. So, a free identity has blockstack suffix in its name; for example, <strong>moxiegirl.id.blockstack</strong> is a free Blockstack identity.</p>"
"answer": "<p>Normally, registering an identity as a digital asset on the Stacks blockchain requires <a href='https://blog.blockstack.org/video-reusing-bitcoins-hashpower-to-launch-the-stacks-blockchain/'>burning of Stacks tokens as <em>fuel</em></a>. However, Blockstack PBC is currently running a free service to pay for identities on behalf of the users. Through this service, you can get a free identity from Blockstack in the <strong>id.blockstack</strong> namespace. A namespace is similar to a domain (<strong>checklist.com</strong>, for example) on the old internet. So, a free identity has blockstack suffix in its name; for example, <strong>meepers.id.blockstack</strong> is a free Blockstack identity.</p>"
},
{
"category": "appusers",
@ -99,7 +99,7 @@
{
"category": "appusers",
"question": "Do identities last forever or do they expire?",
"answer": "<p>Identities with the like <strong>moxiegirl.id.blockstack</strong> or <strong>subdomain.name.namespace</strong> format do not expire. Names that have a single dot like <strong>name.namespace</strong> expire according to the rules set by the <strong>namespace</strong> creators. For example, <strong>name.id</strong> in the <strong>id</strong> namespace expires every two years and must be renewed. If a <strong>name.id</strong> expires, someone else can claim it.</p>"
"answer": "<p>Identities with the like <strong>meepers.id.blockstack</strong> or <strong>subdomain.name.namespace</strong> format do not expire. Names that have a single dot like <strong>name.namespace</strong> expire according to the rules set by the <strong>namespace</strong> creators. For example, <strong>name.id</strong> in the <strong>id</strong> namespace expires every two years and must be renewed. If a <strong>name.id</strong> expires, someone else can claim it.</p>"
},
{
"category": "appusers",

10
_develop/zero_to_dapp_3.md

@ -302,7 +302,7 @@ you add a third, the Blockstack kingdom (`https://animalkingdoms.netlify.com`).
To add a kingdom, you need its URL and the ID of its owner.
3. Edit the file and add the `https://animalkingdoms.netlify.com` which is owned by `moxiegirl.id.blockstack`.
3. Edit the file and add the `https://animalkingdoms.netlify.com` which is owned by `meepers.id.blockstack`.
When you are done the file will look like this.
@ -319,7 +319,7 @@ you add a third, the Blockstack kingdom (`https://animalkingdoms.netlify.com`).
},
{
app: 'https://animalkingdoms.netlify.com',
ruler: 'moxiegirl.id.blockstack'
ruler: 'meepers.id.blockstack'
}
]
```
@ -327,10 +327,10 @@ you add a third, the Blockstack kingdom (`https://animalkingdoms.netlify.com`).
4. Save and close the `constants.js` file.
5. Back in your browser, navigate to the **Other Kingdoms** page.
<img src="images/kingdom-moxiegirl.png" alt="">
<img src="images/kingdom-meepers.png" alt="">
6. Go to the `moxiegirl` kingdom by clicking on her kingdom.
7. Try adding a subject from Moxiegirl's kingdom to yours.
6. Go to the `meepers` kingdom by clicking on her kingdom.
7. Try adding a subject from meepers's kingdom to yours.
## Deploy your DApp on the web

10
_develop/zero_to_dapp_3_win.md

@ -311,7 +311,7 @@ you add a third, the Blockstack kingdom (`https://animalkingdoms.netlify.com`).
To add a kingdom, you need its URL and the ID of its owner.
3. Edit the file and add the `https://animalkingdoms.netlify.com` which is owned by `moxiegirl.id.blockstack`.
3. Edit the file and add the `https://animalkingdoms.netlify.com` which is owned by `meepers.id.blockstack`.
When you are done the file will look like this.
@ -328,7 +328,7 @@ you add a third, the Blockstack kingdom (`https://animalkingdoms.netlify.com`).
},
{
app: 'https://animalkingdoms.netlify.com',
ruler: 'moxiegirl.id.blockstack'
ruler: 'meepers.id.blockstack'
}
]
```
@ -336,10 +336,10 @@ you add a third, the Blockstack kingdom (`https://animalkingdoms.netlify.com`).
4. Save and close the `constants.js` file.
5. Back in your browser, navigate to the **Other Kingdoms** page.
<img src="images/kingdom-moxiegirl.png" alt="">
<img src="images/kingdom-meepers.png" alt="">
6. Go to the `moxiegirl` kingdom by clicking on her kingdom.
7. Try adding a subject from Moxiegirl's kingdom to yours.
6. Go to the `meepers` kingdom by clicking on her kingdom.
7. Try adding a subject from meepers's kingdom to yours.
## Deploy your DApp on the web

2
_includes/keyphrase.md

@ -26,7 +26,7 @@ Use the following table to answer questions about keys/phrases/values you can sh
</td>
<td><p>SHAREABLE</p></td>
<td>
<p>A way to identify a person or an organization on the Blockstack network. An identity is unique, both <code>moxiegirl.id.blockstack</code> or <code>chad.id</code> are examples of IDs.</p>
<p>A way to identify a person or an organization on the Blockstack network. An identity is unique, both <code>meepers.id.blockstack</code> or <code>chad.id</code> are examples of IDs.</p>
</td>
</tr>
<tr valign="top">

2
_ios/tutorial.md

@ -146,7 +146,7 @@ In this section, you build an initial React.js application called
```bash
npm run start
> hello-blockstack@0.0.0 start /Users/moxiegirl/repos/hello-blockstack
> hello-blockstack@0.0.0 start /Users/meepers/repos/hello-blockstack
> webpack-dev-server
Project is running at http://localhost:8080/

10
_org/explore.md

@ -26,7 +26,7 @@ You use {::nomarkdown}<a href="https://explorer.blockstack.org/" target="\_blank
<tr>
<td>name</td>
<td>An identifier or name. A name is a type of digital asset on the Blockstack network. If you have signed into the Blockstack Browser, you created a name. If an application developer registered an application within Blockstack, then they registered a name.</td>
<td><code>graphite.it</code> or <code>moxiegirl.id.blockstack</code></td>
<td><code>graphite.it</code> or <code>meepers.id.blockstack</code></td>
</tr>
<tr>
<td>block</td>
@ -58,7 +58,7 @@ What is a namespace? Well, think of it a bit like an email address, you can get
an email address on your own suffix `yourname@myuniquename.com`, or you can get
email with a service type suffix such as `yahoo` or `msn` or `gmail`.
Blockstack identity behaves like this service type suffix. So, there is only one
`moxiegirl.id.blockstack` but someone else can be `moxiegirl2.id.blockstack`. You
`meepers.id.blockstack` but someone else can be `meepers2.id.blockstack`. You
can see this in action yourself with the explorer, by doing the following:
1. Open the [explorer](https://explorer.blockstack.org/).
@ -67,9 +67,9 @@ can see this in action yourself with the explorer, by doing the following:
![](images/names.png)
The **Names** page lists all the names (users or organizations) that are registered on the Stacks blockchain. There are over 77 thousand names on this list! So, you likely do not want to scroll down the page looking for yours. You can search for a known name, try searching for the `moxiegirl.id.blockstack` name.
The **Names** page lists all the names (users or organizations) that are registered on the Stacks blockchain. There are over 77 thousand names on this list! So, you likely do not want to scroll down the page looking for yours. You can search for a known name, try searching for the `meepers.id.blockstack` name.
3. Place your cursor in the search bar in the right hand corner and type `moxiegirl.id.blockstack` and then press return.
3. Place your cursor in the search bar in the right hand corner and type `meepers.id.blockstack` and then press return.
The explorer looks for the name and then loads the information for it. You should see this result:
@ -96,7 +96,7 @@ can see this in action yourself with the explorer, by doing the following:
You can click on transactions to go further down into this technical information.
Try searching for your own identity. If necessary, you can first [create your own identity]({{ site.baseurl }}/browser/ids-introduction.html). The identity `moxiegirl` looks a bit shady now but you may comeback and find the she has verified her identity. Try looking at the identity of our Blockstack founder, `muneeb.id`. You can see, he is a trusted and well known person. How does your identity compare?
Try searching for your own identity. If necessary, you can first [create your own identity]({{ site.baseurl }}/browser/ids-introduction.html). The identity `meepers` looks a bit shady now but you may comeback and find the she has verified her identity. Try looking at the identity of our Blockstack founder, `muneeb.id`. You can see, he is a trusted and well known person. How does your identity compare?
## For Stacks token holders

22
_storage/digital-ocean-deploy.md

@ -109,7 +109,7 @@ In this task, you add a droplet to your account. The droplet is a droplet is a c
9. Scroll down to the **Finalize and create** section.
10. **Choose a hostname** for you Give your Droplet such as `moxiegirl-storage-hub`.
10. **Choose a hostname** for you Give your Droplet such as `meepers-storage-hub`.
11. Review your choices then click **Create** to start your droplet running.
@ -167,7 +167,7 @@ A droplet console emulates the access you would have if you were sitting down wi
* Docker Compose is installed and configured per Docker's recommendations:
https://docs.docker.eom/compose/install/#install-compose
For help and more information, visit http://do.co/dockerl804
To delete this message of the day: rm -rf /etc/update-motd.d/99-one-click
root@moxiegirl:~#
To delete this message of the day: rm -rf /etc/update-motd.d/99-one-click
root@meepers:~#
```
<div class="uk-card uk-card-default uk-card-body">
@ -208,7 +208,7 @@ You should have the console open as `root` on your Droplet. In this section, you
1. Copy the Gaia code into your droplet using the `git clone` command.
```
root@moxiegirl:~# git clone https://github.com/blockstack/gaia.git
root@meepers:~# git clone https://github.com/blockstack/gaia.git
```
Successful output from this command looks like the following.
@ -221,7 +221,7 @@ You should have the console open as `root` on your Droplet. In this section, you
remote: Total 4206 (delta 27), reused 35 (delta 17), pack-reused 4143
Receiving objects: 100% (4206/4206), 17.40 MiB | 9.89 MiB/s, done.
Resolving deltas: 100% (2700/2700), done.
root@moxiegirl:~#
root@meepers:~#
```
This command creates a `gaia` subdirectory.
@ -251,11 +251,11 @@ You should have the console open as `root` on your Droplet. In this section, you
6. Set the `bucket` to the name of the DigitalOcean space you just created.
If your space is called `moxiegirl-hub-space`, the `bucket` value is `moxiegirl-hub-space`.
If your space is called `meepers-hub-space`, the `bucket` value is `meepers-hub-space`.
6. Set the `readURL` to the URL of the DigitalOcean space you just created.
If your space URL called `https://moxiegirl-hub-space.sfo2.digitaloceanspaces.com `, the `readURL` name is `https://moxiegirl-hub-space.sfo2.digitaloceanspaces.com`.
If your space URL called `https://meepers-hub-space.sfo2.digitaloceanspaces.com `, the `readURL` name is `https://meepers-hub-space.sfo2.digitaloceanspaces.com`.
7. Add an `endpoint` value to the `awsCredentials` section.
@ -290,8 +290,8 @@ You should have the console open as `root` on your Droplet. In this section, you
"servername": "",
"port": 3000,
"driver": "aws",
"bucket": "moxiegirl-hub-space",
"readURL": "https://moxiegirl-hub-space.sfo2.digitaloceanspaces.com",
"bucket": "meepers-hub-space",
"readURL": "https://meepers-hub-space.sfo2.digitaloceanspaces.com",
"awsCredentials": {
"accessKeyId": "W7GBQGIUWDWKA6KAGL56",
"secretAccessKey": "O6hBYRPCeRmE0d9lr3Frtc345QsWt3l+mrDgvrVT9oE",
@ -382,7 +382,7 @@ While your console is still in the the `gaia/hub` folder, build the `gaia.hub` i
```bash
root@moxiegirl:~/gaia/hub# docker ps
root@meepers:~/gaia/hub# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
aeca7eea4a86 gaia.hub "npm run start" 11 seconds ago Up 10 seconds 0.0.0.0:3000->3000/tcp musing_payne
```
@ -425,7 +425,7 @@ In this task, you set up a simple Nginx reverse proxy to serve your Docker conta
6. Run `nginx -t` to make sure you have no syntax errors.
```
root@moxiegirl:~/gaia/hub# nginx -t
root@meepers:~/gaia/hub# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
```
@ -460,7 +460,7 @@ Now, you are ready to test your Gaia server and make sure it is up and running.
The `read_url_prefix` should be combine from the bucket and endpoint create
in your `config.json` file, for example,
`https://moxiegirl-hub-space.s3.amazonaws.com/`.
`https://meepers-hub-space.s3.amazonaws.com/`.
## Task 9: Configure a domain name

Loading…
Cancel
Save