provider-cubensis
v0.0.1
Published
[![npm](https://img.shields.io/npm/v/@decentralchain/provider-cubensis?color=blue&label=%40waves%2Fprovider-keeper&logo=npm)](https://www.npmjs.com/package/@decentralchain/provider-cubensis)
Downloads
3
Readme
ProviderKeeper
ProviderKeeper implements a Signature Provider for Signer protocol library.
How to use
Check out the readme of the main package on how to install and use ProviderKeeper.
Workspaces
provider - the main package package of this library
test-app - simple web app using ProviderKeeper for e2e tests
How to build
To build ProviderKeeper from the repository root you have to install npm@>=7
and run
npm ci
npm run provider:build
Otherwise, see the main package docs