Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.73 KB

File metadata and controls

32 lines (26 loc) · 1.73 KB

Code Repository for Atmosphere Workshops

This repo contains exercises used in the "Consuming the Atmosphere" and "Creating the Atmosphere" workshops.

Hands-On Exercises

Directory Name Exercise
exercises/1-firehose Exercise 1
exercises/2-reads Exercise 2
exercises/3-writes Exercise 3
exercises/4-pds Exercise 4
exercises/5-backlinks Exercise 5
exercises/6-tap Exercise 6
exercises/7-statusphere Exercise 7
exercises/8-agent Exercise 8
exercises/9-lex Exercise 9
exercises/10-goat Exercise 10

Reference

You can refer to the atproto docs as you work through this course.

Exercise Environment for this Course

You can launch an exercise environment for this course using GitHub Codespaces.

Alternatively, you can clone this repository down locally to run the exercises on your own. These are the commands that are run to install dependencies into this environment:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # install homebrew
brew install websocat jq goat node go pnpm
npm i -g @atproto/lex tsx
go install github.com/bluesky-social/indigo/cmd/tap@latest