Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holochain-open-dev/profiles
Profile management zome for Holochain hApps with at least a nickname
https://github.com/holochain-open-dev/profiles
holochain lit module zome
Last synced: 7 days ago
JSON representation
Profile management zome for Holochain hApps with at least a nickname
- Host: GitHub
- URL: https://github.com/holochain-open-dev/profiles
- Owner: holochain-open-dev
- License: mit
- Created: 2020-10-22T13:42:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T09:00:16.000Z (about 2 months ago)
- Last Synced: 2024-12-01T06:15:31.270Z (21 days ago)
- Topics: holochain, lit, module, zome
- Language: TypeScript
- Homepage: https://holochain-open-dev.github.io/profiles
- Size: 116 MB
- Stars: 32
- Watchers: 7
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-weave - holochain-open-dev/profiles
- awesome-weave - holochain-open-dev/profiles
README
# Profiles Module
Small zome to manage the profiles 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 profiles in the DNA in which the zome is included. Integration and bridging with personas & profiles 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/profiles).
## Developer setup
Visit the [developer setup](/dev-setup.md).