/notifications

External notification management zome for Holochain hApps

Primary LanguageRust

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.

Developer setup

PREREQUISITE: set up the holochain development environment.

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

nix develop
npm install
npm start