lykin tutorial series.
Go to file
glyph bd5e789919 Merge pull request 'Fixes and improvements courtesy of Daan (black-puppydog)' (#6) from black_puppydog_fixes into main
Reviewed-on: #6
2022-10-02 16:43:02 +00:00
part_1_sbot_rocket include readme as rust lang doc comment 2022-10-02 16:48:17 +01:00
part_2_subscribe_form add missing RelationshipQuery import 2022-10-02 17:11:14 +01:00
part_3_database_follows don't treat already-not-following as error 2022-10-02 17:37:22 +01:00
part_4_posts_streams ignore dead code warnings 2022-10-02 16:54:02 +01:00
part_5_task_loop ignore dead code warnings 2022-10-02 16:54:02 +01:00
part_6_ui_layout ignore dead code warnings 2022-10-02 16:54:02 +01:00
part_7_latest_posts ignore dead code warnings 2022-10-02 16:54:02 +01:00
part_8_ui_posts ignore dead code warnings 2022-10-02 16:54:02 +01:00
part_9_read_delete include readme as rust lang doc comment 2022-10-02 16:48:17 +01:00
part_10_extension_ideas fix indentation and make minor wording improvements 2022-09-09 11:04:50 +01:00
.gitignore update manifest and gitignore to expose all installments, update link to part 2 in readme 2022-09-05 10:11:57 +01:00
Cargo.lock update manifest and lockfile 2022-09-09 10:49:14 +01:00
Cargo.toml update manifest and lockfile 2022-09-09 10:49:14 +01:00
README.md add message of thanks to daan 2022-10-02 17:41:15 +01:00

README.md

Lykin Tutorial Series

Author: @glyph

Introduction

lykin is a tutorial application funded by a Secure Scuttlebutt (SSB) community grant. It is intended to showcase one way in which an SSB client application can be written using the golgi client library. This tutorial series walks the reader through the creation of the lykin application.

Installments

Thanks

I am grateful to the Butts who voted to fund this work, all contributors to the SSBC and Erick Lavoie (@elavoie / @IgYpd+tCtXnlE2tYX/8rR2AGt+P8svC98WH3MdYAa8Y=.ed25519) in particular - both for partially funding this work and for developing and overseeing the community grant process.

A big thank you to Daan Wynen (aka. black-puppydog) for providing feedback and fixes for code examples in this tutorial series.

Contribute

If you wish to support my work on the Rust Scuttlebutt ecosystem, please consider contributing to my Liberapay account.

Contributions to the Secure Scuttlebutt Consortium OpenCollective are also encouraged.

License

This tutorial series is shared under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license, while all code is licensed as MIT.