I really want to contribute the federation aspect of Lemmy but have no idea how ActivityPub works. Are there some resources and tutorials out there that other people have found helpful?
You must log in or # to comment.
Yes! The only resources I found are the official “tutorial” for it, but I am really a newbie, so I would like to have a kind of demo with a very basic code that I can test by myself. https://www.w3.org/TR/activitypub/
Here are some resources:
Activitypub guides
- https://docs.rs/activitypub/0.1.4/activitypub/
- Activitypub vocab.
- Activitypub main
- https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/
- https://raw.githubusercontent.com/w3c/activitypub/gh-pages/activitypub-tutorial.txt
- https://github.com/tOkeshu/activitypub-example
- https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/