Daniel Holmgren 112e4f1610
Format invite codes with dashes ()
* format invite code with dashes

* fixed test
2023-03-07 16:21:52 -06:00
..
2023-03-03 10:48:05 -05:00
2023-02-06 19:39:56 -05:00
2023-03-01 15:54:21 -08:00
2023-02-22 19:54:21 -06:00
2023-03-04 19:43:59 -06:00
2023-03-04 19:43:59 -06:00
2023-03-01 11:28:11 -05:00
2022-12-01 12:26:18 -06:00
2023-02-23 10:47:16 -08:00
2023-01-24 10:11:20 -06:00
2023-03-04 19:43:59 -06:00

Packages

Applications

  • PDS: The Personal Data Server (PDS). This is ATP's main server-side implementation.
  • Dev Env: A command-line application for developers to construct and manage development environments.
  • Lexicon CLI: A command-line application for generating code and documentation from Lexicon schemas.

Libraries

  • API: A library for communicating with ATP servers.
  • Common: A library containing code which is shared between ATP packages.
  • Crypto: ATP's common cryptographic operations.
  • DID Resolver: A library for resolving ATP's Decentralized ID methods.
  • Lexicon: A library for validating data using ATP's schema system.
  • NSID: A parser and generator of NSIDs.
  • Repo: The "ATP repository" core implementation (a Merkle Search Tree).
  • URI: A parser and generator of at:// uris.
  • XRPC: An XRPC client implementation.
  • XRPC Server: An XRPC server implementation.