Commit e7dae51d04987c7729d0a42efae35019fd1649f0
Merge branch 'noffle-guides'
Stephen Whitmore committed on 2/10/2018, 5:43:59 PMParent: 8295e0aebc4cc1584ab969fe0c65201ce6a6ab68
Parent: eab8e7b878a715d624e971c7ec52e89563fe446c
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -15,9 +15,9 @@ | ||
15 | 15 … | **scuttlebutt stack** |
16 | 16 … | - scuttlebutt-protocol-guide - ([ssb](%gghZe88ZC2N18Zz44cn0/PE12eEJ+vyzOj6CW1QG4Ds=.sha256) | [github](https://github.com/vtduncan/scuttlebutt-protocol-guide) | [read online](https://vltf.org/scuttlebuttprotocolguide)) learn about the protocol with beautiful diagrams |
17 | 17 … | - [scuttlebutt modules](https://www.scuttlebutt.nz/modules.html) - a great overview of modules organised by domain / stack-position |
18 | 18 … | |
19 | -**pull-streams** | |
19 … | +**pull-streams** | |
20 | 20 … | - [pull-stream.github.io](https://pull-stream.github.io/) - a guide to the pull-stream ecosystem (scuttlebut uses pull-streams extensively) |
21 | 21 … | - [github.com/pull-stream/pull-stream-faq](https://github.com/pull-stream/pull-stream-faq) - a simple FAQ |
22 | 22 … | |
23 | 23 … | |
@@ -42,10 +42,21 @@ | ||
42 | 42 … | |
43 | 43 … | |
44 | 44 … | ### Written |
45 | 45 … | |
46 | -[github.com/don-smith/ssb-tutorial](https://github.com/don-smith/ssb-tutorial) - a command line intro that uses docker to spin up several sbots and get them talking to each other. | |
46 … | +#### sbot | |
47 … | +- [github.com/don-smith/ssb-tutorial](https://github.com/don-smith/ssb-tutorial) - a command line intro that uses docker to spin up several sbots and get them talking to each other. | |
47 | 48 … | |
49 … | +#### git-ssb | |
50 … | +- [From GitHub to git-ssb](%RPKzL382v2fAia5HuDNHD5kkFdlP7bGvXQApSXqOBwc=.sha256) | |
51 … | + | |
52 … | +#### ssb-npm | |
53 … | +- [ssb-npm 101](%eSY9ewHDPzCJhl+u9hivtWvvjJbSg+VmaxyqmvfEfK4=.sha256) - install, set up, and use ssb-npm | |
54 … | + | |
55 … | +#### patchfoo | |
56 … | +- [Intro to Patchfoo](%VaSj08AbdhIa4itK4z8Z91G80o2h5OhRLCEEO6MhAcU=.sha256) - install and set up the patchfoo client | |
57 … | +- [Hacking Patchfoo](%mgQ7t+aBDF71ZGmzQVk8yEQiB8Wj2dF5nmmVyYynOoQ=.sha256) - learn to hack on & modify patchfoo & make it your own | |
58 … | + | |
48 | 59 … | ### Code snippets |
49 | 60 … | |
50 | 61 … | [scuttlebot.io](http://scuttlebot.io/docs/basics/publish-a-message.html) - lots of code snippets, some background |
51 | 62 … | - [post a message](http://scuttlebot.io/docs/basics/publish-a-message.html) |
Built with git-ssb-web