Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/holochain-open-dev/peer-status

Small reusable module to display the status of an agent (online, offline, busy, etc.)
https://github.com/holochain-open-dev/peer-status

holochain lit zome

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://holochain-open-dev.github.io/status).

## Developer setup

Visit the [developer setup](/dev-setup.md).