@spartan-hc/mere-memory-zomelets

v0.5.2
Zomelets for Mere Memory Zomes

Mere Memory Zomelets

Zomelet implementations for the Mere Memory zomes.

Install

npm i @spartan-hc/mere-memory-zomelets

Basic Usage

import { CellZomelets } from '@spartan-hc/zomelets';
import { MereMemoryZomelet } from '@spartan-hc/mere-memory-zomelets';

const cell_interface = CellZomelets({
    "mere_memory_api": MereMemoryZomelet,
    // ...your other zomes
});
// Then use `cell_interface` in your Zomelet compatible client

See @spartan-hc/app-interface-client for how to use Zomelets.

npm i @spartan-hc/mere-memory-zomelets

Metadata

  • ISC
  • Whatever
  • Matthew Brisebois
  • released 5/1/2024

Downloads

Maintainers