Skip to content

Small reusable module to display the status of an agent (online, offline, busy, etc.)

License

Notifications You must be signed in to change notification settings

holochain-open-dev/peer-status

Repository files navigation

Status Module

Small zome to manage the status in your DNA, in RSM.

This module is designed to be included in other DNAs, assuming as little as possible from those. It is packaged as a holochain zome, and an npm package that offers native Web Components that can be used across browsers and frameworks.

Notice that this zome still stores all status in the DNA in which the zome is included. Integration and bridging with personas & status will be done in the future, maintaining as much as possible the current API.

Documentation

See our installation instructions and documentation.

Developer setup

Visit the developer setup.