Skip to content

Projects

complexitycollapse edited this page Oct 19, 2021 · 2 revisions

The plan for projects is as follows:

  • A core "Commonplace library" that defines the format of leaves and the operations that can be performed on them. Used by front and back-end.
  • A database abstraction layer that maps the core library operations to the database (and possibly other back-ends in future).
  • An API host that connects to IPFS to retrieve leaves, and to the Sqlite back-end.
  • The client ("browser").
  • An API definition (shared by client and API).
  • React libraries for the client components.
Clone this wiki locally