An open API service indexing awesome lists of open source software.

https://github.com/dashevo/quorums

DAPI Quorum helper library
https://github.com/dashevo/quorums

backend dapi platform

Last synced: 3 months ago
JSON representation

DAPI Quorum helper library

Awesome Lists containing this project

README

          

# Quorums

[![Build Status](https://github.com/dashevo/quorums/actions/workflows/test_and_release.yml/badge.svg)](https://github.com/dashevo/quorums/actions/workflows/test_and_release.yml)
[![NPM version](https://img.shields.io/npm/v/@dashevo/quorums.svg)](https://npmjs.org/package/@dashevo/quorums)

DAPI Quorum helper library

## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Install

```sh
npm install
```

## Usage

```javascript
const quorums = require('@dashevo/quorums');
```

## Contributing

Feel free to dive in! [Open an issue](https://github.com/dashevo/quorums/issues/new) or submit PRs.

## License

[MIT](LICENSE) © Dash Core Group, Inc.