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

https://github.com/tablelandnetwork/js-validator

A package holding builds of the official Tableland Validator
https://github.com/tablelandnetwork/js-validator

Last synced: 11 months ago
JSON representation

A package holding builds of the official Tableland Validator

Awesome Lists containing this project

README

          

# @tableland/validator

[![Review](https://github.com/tablelandnetwork/js-template/actions/workflows/review.yml/badge.svg)](https://github.com/tablelandnetwork/js-template/actions/workflows/review.yml)
[![License](https://img.shields.io/github/license/tablelandnetwork/js-template.svg)](./LICENSE)
[![Version](https://img.shields.io/github/package-json/v/tablelandnetwork/js-template.svg)](./package.json)
[![Release](https://img.shields.io/github/release/tablelandnetwork/js-template.svg)](https://github.com/tablelandnetwork/js-template/releases/latest)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme)

> A package holding builds of the official Tableland Validator [src](https://github.com/tablelandnetwork/go-tableland)

# Table of Contents

- [@tableland/validator](#tablelandvalidator)
- [Table of Contents](#table-of-contents)
- [Background](#background)
- [Usage](#usage)
- [Install](#install)
- [Development](#development)
- [Contributing](#contributing)
- [License](#license)

# Background

This package holds builds of [go-tableland releases](https://github.com/tablelandnetwork/go-tableland/releases). The version of this package will match the release version

# Usage

```bash
npm install @tableland/validator
./node_modules/@tableland/validator/bin/linux-amd64 --dir
```

# Install

You can install via npm.

```
npm i @tableland/validator
```

# Development

N/A

# Contributing

PRs accepted.

Small note: If editing the README, please conform to the
[standard-readme](https://github.com/RichardLitt/standard-readme) specification.

# License

MIT AND Apache-2.0, © 2021-2022 Tableland Network Contributors