diff --git a/.obsidian/graph.json b/.obsidian/graph.json index d124d22..ddf3f2c 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -32,6 +32,6 @@ "repelStrength": 12.5586218273514, "linkStrength": 1, "linkDistance": 500, - "scale": 0.11280588931325732, + "scale": 0.4530636264839481, "close": true } \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace index 777a7b3..1676f92 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -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" ] } \ No newline at end of file diff --git a/README.md b/README.md index 48d464a..35b70dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,39 @@ # network-stories End User stories of the "Status Network" -Navigate to [[Start Here]] to begin your journey. \ No newline at end of file +## 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! \ No newline at end of file diff --git a/pages/Start Here.md b/pages/Start Here.md index b72732e..cf0b8d1 100644 --- a/pages/Start Here.md +++ b/pages/Start Here.md @@ -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! \ No newline at end of file diff --git a/pages/libp2p.md b/pages/libp2p.md index 88dfe3b..7f4c02c 100644 --- a/pages/libp2p.md +++ b/pages/libp2p.md @@ -19,7 +19,12 @@ dateUpdated: @today [Definition here]1 #### Current "Standard" Implementation: - +Defines gossipsub which is what we +-addressing +-p2p dialing +-multiple transports +-connection encryption +-protocol identification and negotiation #### The Idea(l):