ssb-ahau-ra-test
v10.2.2
Published
An application for gathering and sharing whakapapa (family trees, traditional knowledge). Built using scuttlebutt
Downloads
2
Readme
ssb-ahau
A module which has a bunch of things for running Ahau desktop app:
a graphql server for the UI to communicate with the backend
- includes all the
@ssb-graphql/
modules and connects them with federation - patches all the relevent types with authors fields
- includes all the
an private profile function
- when you create or join a private group it creates a copy of your personal groups private profile into that group
API
server.ahau.onReady(cb)
Provides a way to check if this module and it's internal setup is initialised.
Executes callback with cb(null, true)
when ready