0.0.1-alpha.1 • Published 4 years ago

@uprtcl/multiprovider-wiki v0.0.1-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@uprtcl/multiprovider-wiki

This node package is a simple bundle of @uprtcl packages to integrate a _Prtcl-powered wiki.

Documentation

Visit our documentation site.

Install

npm install @uprtcl/multiprovider-wiki

Usage

The wiki can be connected to multiple providers. You must chose the desired providers.

import { loadWikiModule } from '@uprtcl/multiprovider-wiki';

await loadWikiModule([ethEvees, httpEvees], httpEvees);