add link to tutorial repo

This commit is contained in:
glyph 2022-08-25 11:54:19 +01:00
parent 920141e0ce
commit 582925dafc
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ _Symbiosis of SSB, key-value store and web server._
lykin is a tutorial application funded by a Secure Scuttlebutt (SSB) community grant. It is intended to showcase one way in which an SSB application can be written using the [golgi](http://golgi.mycelial.technology) client library. The application is not intended for widespread or longterm use and will not be maintained as such; it is purely for demonstration purposes. Anyone is free to fork the repository and use it as the basis for their own application.
If you'd like to learn how lykin works, or how to build your own simple Scuttlebutt client application, please read the [lykin tutorial series](https://git.coopcloud.tech/glyph/lykin_tutorial).
## Quickstart
Prerequisites: a running instance of go-sbot (see the [installation guide](https://github.com/ssbc/go-ssb#installation)).