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/notifications

External notification management zome for Holochain hApps
https://github.com/holochain-open-dev/notifications

Last synced: 2 months ago
JSON representation

External notification management zome for Holochain hApps

Awesome Lists containing this project

README

        

# Notifications Module

Zome to manage text, whatsapp, and email notifications in holochain hApps.

This module is designed to be included in other DNAs, assuming as little as possible from those. It is packaged as a holochain zome.

## Documentation

See our [installation instructions and documentation](https://holochain-open-dev.github.io/notifications).

## Developer setup

> PREREQUISITE: set up the [holochain development environment](https://developer.holochain.org/docs/install/).

Enter the nix shell by running this in the root folder of the repository:

```bash
nix develop
npm install
npm start
```