0.2.0-dev.3 • Published 9 months ago

@spartan-hc/coop-content-zomelets v0.2.0-dev.3

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

npm.io

Cooperative Content Zomelets

Zomelet implementations for the Cooperative Content zomes.

npm.io npm.io npm.io

Install

npm i @spartan-hc/coop-content-zomelets

Basic Usage

import { CellZomelets } from '@spartan-hc/zomelets';
import { CoopContentZomelet } from '@spartan-hc/coop-content-zomelets';

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

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