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
- Host: GitHub
- URL: https://github.com/tablelandnetwork/js-validator
- Owner: tablelandnetwork
- License: mit
- Created: 2022-12-24T05:16:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:13:23.000Z (over 1 year ago)
- Last Synced: 2024-12-10T01:20:01.878Z (over 1 year ago)
- Language: TypeScript
- Size: 722 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @tableland/validator
[](https://github.com/tablelandnetwork/js-template/actions/workflows/review.yml)
[](./LICENSE)
[](./package.json)
[](https://github.com/tablelandnetwork/js-template/releases/latest)
[](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