+2
-2
HACKING.md
+2
-2
HACKING.md
···
5
5
6
6
- `cmd/bigsky`: relay daemon
7
7
- `cmd/relay`: new (sync v1.1) relay daemon
8
-
- `cmd/palomar`: search indexer and query servcie (OpenSearch)
8
+
- `cmd/palomar`: search indexer and query service (OpenSearch)
9
9
- `cmd/gosky`: client CLI for talking to a PDS
10
10
- `cmd/lexgen`: codegen tool for lexicons (Lexicon JSON to Go package)
11
11
- `cmd/stress`: connects to local/default PDS and creates a ton of random posts
···
26
26
- `api/bsky`: generated types for `app.bsky` lexicon
27
27
- `api/chat`: generated types for `chat.bsky` lexicon
28
28
- `api/ozone`: generated types for `tools.ozone` lexicon
29
-
- `atproto/crypto`: crytographic helpers (signing, key generation and serialization)
29
+
- `atproto/crypto`: cryptographic helpers (signing, key generation and serialization)
30
30
- `atproto/syntax`: string types and parsers for identifiers, datetimes, etc
31
31
- `atproto/identity`: DID and handle resolution
32
32
- `atproto/data`: helpers for atproto data as JSON or CBOR with unknown schema