0.5.2 • Published 1 year ago

@spartan-hc/mere-memory-zomelets v0.5.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

npm.io

Mere Memory Zomelets

Zomelet implementations for the Mere Memory zomes.

npm.io npm.io npm.io

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.