@spartan-hc/coop-content-zomelets
v0.2.0-dev.3
Published
Zomelets for Cooperative Content Zomes
Downloads
191
Readme
Cooperative Content Zomelets
Zomelet implementations for the Cooperative Content zomes.
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.