Merge pull request #6 from jessiebroke/master

test instructions w/ pictures in readme
This commit is contained in:
jessiebroke 2022-05-18 09:51:45 -04:00 committed by GitHub
commit 6cbfb991d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 51 additions and 11 deletions

View File

@ -32,6 +32,6 @@
"repelStrength": 12.5586218273514,
"linkStrength": 1,
"linkDistance": 500,
"scale": 0.11280588931325732,
"scale": 0.4530636264839481,
"close": true
}

15
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "pages/Start Here.md",
"file": "README.md",
"mode": "source",
"backlinks": false,
"source": false
@ -55,8 +55,7 @@
}
],
"direction": "horizontal",
"width": 200.0028419494629,
"collapsed": true
"width": 200.0028419494629
},
"right": {
"id": "5a82e9ac98b3e694",
@ -72,7 +71,7 @@
"state": {
"type": "backlink",
"state": {
"file": "pages/Start Here.md",
"file": "README.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -92,15 +91,15 @@
},
"active": "9b06a6fa4b0536b8",
"lastOpenFiles": [
"pages/Start Here.md",
"README.md",
"pages/Start Here.md",
"pages/libp2p.md",
"pages/Project Waku.md",
"pages/Pasted image 20220513173853.png{width=50%}.md",
"pages/Logos Program.md",
"pages/Project Waku.md",
"pages/Data Model and Concurrency.md",
"pages/Project Logos.md",
"pages/Consensus.md",
"pages/Topic Template.md",
"pages/BBA.md"
"pages/Topic Template.md"
]
}

View File

@ -1,4 +1,39 @@
# network-stories
End User stories of the "Status Network"
Navigate to [[Start Here]] to begin your journey.
## Welcome to the Knowledge Safe Spawn™
Follow the step-by-step instructions below to begin your Graph View journey.
1. Download and Install Obsidian for your OS by going to: https://obsidian.md/download
![Obsidian Download](https://github.com/status-im/network-stories/tree/master/pages/assets/Pasted image 20220513173853.png?raw=true)
![[Pasted image 20220513173853.png|300]]
2. Navigate to the GitHub repository located here: https://github.com/status-im/network-stories
3. Left-click the green 'Code' button and click 'Open with GitHub Desktop'
![Obsidian Download](https://github.com/status-im/network-stories/tree/master/pages/assets/Pasted image 20220513173743.png?raw=true)
![[Pasted image 20220513173743.png|300]]
4. Download and Install GitHub Desktop for your OS (if not previously installed)
5. Click 'Sign in to Github.com' in GitHub Desktop if you have a pre-existing GitHub account and follow the sub-instructions below.
1. Left-click 'Current Repository' in the top-left of the GitHub Desktop application (see below)
![[Pasted image 20220513181831.png|300]]
2. Click the 'Add' button and left-click 'Clone Repository'
![[Pasted image 20220513181928.png|300]]
3. Click on the URL tab and paste the network-stories repository: https://github.com/status-im/network-stories
4. Remember your 'Local Path' and press 'Clone'
![[Pasted image 20220513180840.png|300]]
5. Go back to Obsidian and click the 'Open' button to the right of "Open folder as vault - Choose an existing folder of Markdown Files." and navigate to the 'Local Path' from above and click 'Open' again to open the directory as an Obsidian Vault
![[Pasted image 20220513181031.png|300]]
6. Congratulations you did it! You can now access the network-stories 'Graph View' by clicking the icon below
![[Pasted image 20220513182600.png|300]]
1. Otherwise, click 'Create your free account' to create a new GitHub account then sign into GitHub Desktop with your newly created account and follow the sub-instructions below.
1. If you created a new GitHub account and signed into GitHub Desktop, click 'Finish' to use the default settings and follow the prompts as necessary.
2. Click 'Clone a Repository from the Internet...' from within GitHub Desktop
![[Pasted image 20220513175923.png|300]]
3. Click on the URL tab and paste the network-stories repository: https://github.com/status-im/network-stories
4. Remember your 'Local Path' (circled below) and press 'Clone'
![[Pasted image 20220513180840.png|300]]
5. Go back to Obsidian and click the 'Open' button to the right of "Open folder as vault - Choose an existing folder of Markdown Files." and navigate to the 'Local Path' from above and click 'Open' again to open the directory as an Obsidian Vault
![[Pasted image 20220513181031.png|300]]
6. Congratulations you did it! You can now access the network-stories 'Graph View' by clicking the icon below
![[Pasted image 20220513182600.png|300]]
Now hop to [[Logos Program]] to begin!

View File

@ -32,3 +32,4 @@
6. Congratulations you did it! You can now access the network-stories 'Graph View' by clicking the icon below
![[Pasted image 20220513182600.png|300]]
Now hop to [[Logos Program]] to begin!

View File

@ -19,7 +19,12 @@ dateUpdated: @today
[Definition here]<sup>1</sup>
#### Current "Standard" Implementation:
Defines gossipsub which is what we
-addressing
-p2p dialing
-multiple transports
-connection encryption
-protocol identification and negotiation
#### The Idea(l):