116 packages
@adx-dev/auth
@adxp/auth
@adxp/auth-lobby
- Holds keys - Signs device UCANs - Signs application UCANs
@adxp/awake
@adxp/cli
The command line interface for ADX.
@adxp/common
@adxp/server
`yarn dev` runs the server in dev mode & watches for updates `yarn temp` does the same thing as `yarn dev` but stores DB info & blocks in an in-memory store `yarn wipe-db` wipes the current server's database & blockstore
@adxp/ws-relay
A simple topic-based web sockets relay server.
@atproto/api
Client library for atproto and Bluesky
@atproto/auth
ATP's core permissioning library (based on UCANs).
@atproto/aws
Shared AWS cloud API helpers for atproto services
@atproto/bsky
Reference implementation of app.bsky App View (Bluesky API)
@atproto/bsync
Sychronizing service for app.bsky App View (Bluesky API)
@atproto/common
Shared web-platform-friendly code for atproto libraries
@atproto/common-web
Shared web-platform-friendly code for atproto libraries
@atproto/crypto
Library for cryptographic keys and signing in atproto
@atproto/dev-env
Local development environment helper for atproto development
@atproto/did
DID resolution and verification library
@atproto/did-resolver
A library for resolving ATP's Decentralized ID methods.
@atproto/handle
Validation logic for AT handles
@atproto/identifier
Validation logic for AT identifiers - DIDs & Handles
@atproto/identity
Library for decentralized identities in atproto using DIDs and handles
@atproto/jwk
A library for working with JSON Web Keys (JWKs) in TypeScript. This is meant to be extended by environment-specific libraries like @atproto/jwk-jose.
@atproto/jwk-jose
`jose` based implementation of @atproto/jwk Key's
@atproto/jwk-webcrypto
Webcrypto based implementation of @atproto/jwk Key's