Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.)
- Host: GitHub
- URL: https://github.com/holochain-open-dev/peer-status
- Owner: holochain-open-dev
- License: mit
- Created: 2022-03-23T16:58:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T14:25:25.000Z (8 months ago)
- Last Synced: 2024-11-14T12:54:36.865Z (about 1 month ago)
- Topics: holochain, lit, zome
- Language: TypeScript
- Homepage:
- Size: 6.93 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).