Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 613 Bytes

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