Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 451 Bytes

p2p-toolkit

P2P Toolkit is a general-purpose SDK for building peer-to-peer applications. It consists of:

  • Aquadoggo - a back-end node for storing data and replicating to other peers
  • AquadoggoClient - a Typescript RPC client allowing ORM-like querying of the node data.

To install dependencies:

bun install