mjp0 / datagram-node

📡 Datagram is an open-source data platform that you can use to build secured & shareable p2p databases with anyone.

Home Page:https://datagramjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Core Service

mjp0 opened this issue · comments

commented

Core Service is used to request a core. If Core Definition is provided, a new core is created according to the definition. If keys are provided, Core Service will attempt to open an existing core.


Deliverables

  • createCore({ definition })
  • openCore({ keys })
  • removeCore({ keys })
  • closeCore({ keys })
  • write documentation