https://github.com/xyoraclenetwork/plugins
https://github.com/xyoraclenetwork/plugins
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xyoraclenetwork/plugins
- Owner: XYOracleNetwork
- License: lgpl-3.0
- Created: 2023-11-17T01:10:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T23:15:55.000Z (about 1 year ago)
- Last Synced: 2025-04-09T15:03:48.559Z (about 1 year ago)
- Language: TypeScript
- Size: 23.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![logo][]](https://xyo.network)
# plugins
[![main-build][]][main-build-link]
[![npm-badge][]][npm-link]
[![codacy-badge][]][codacy-link]
[![codeclimate-badge][]][codeclimate-link]
[![snyk-badge][]][snyk-link]
[![license-badge][]][license-link]
> The XYO Foundation provides this source code in our efforts to
> advance the understanding of the XYO Protocol and its possible uses.
> We continue to maintain this software in the interest of developer education.
## Table of Contents
- [Title](#plugins)
- [Table of Contents](#table-of-contents)
- [Description](#description)
- [Install](#install)
- [Maintainers](#maintainers)
- [License](#license)
- [Credits](#credits)
## Description
> Plugins (Witnesses, Diviners, etc...) to be used with the XYO Platform
> Designed to work in both browser based and Node JS based solutions.
## Use the sdk in another project
Using npm:
```sh
npm i --save @xyo-network/plugins
```
Using yarn:
```sh
yarn add @xyo-network/plugins
```
## Building the sdk locally
First clone the repo to your local computer. Once you have done that, from
inside the folder where it was cloned, these are some commands you can do.
See list of XY scripts.
```sh
yarn xy help
```
Compile the mono repo
```sh
yarn xy compile
```
## Maintainers
- [Arie Trouw](https://github.com/arietrouw) [(arietrouw.com)](https://arietrouw.com)
- [Matt Jones](https://github.com/jonesmac)
- [Joel Carter](https://github.com/JoelBCarter)
## License
> See the [LICENSE](https://raw.githubusercontent.com/XYOracleNetwork/plugins/main/LICENSE)
> file for license details
## Credits
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
[main-build]: https://github.com/XYOracleNetwork/plugins/actions/workflows/build.yml/badge.svg
[main-build-link]: https://github.com/XYOracleNetwork/plugins/actions/workflows/build.yml
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/plugins.svg
[npm-link]: https://www.npmjs.com/package/@xyo-network/plugins
[codacy-badge]: https://app.codacy.com/project/badge/Grade/a373daece4d749d8a347f102114005ec
[codacy-link]: https://www.codacy.com/gh/XYOracleNetwork/plugins/dashboard?utm_source=github.com&utm_medium=referral&utm_content=XYOracleNetwork/plugins&utm_campaign=Badge_Grade
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/4cf4262de096948cae12/maintainability
[codeclimate-link]: https://codeclimate.com/github/XYOracleNetwork/plugins/maintainability
[snyk-badge]: https://snyk.io/test/github/XYOracleNetwork/plugins/badge.svg?targetFile=package.json
[snyk-link]: https://snyk.io/test/github/XYOracleNetwork/plugins?targetFile=package.json
[license-badge]: https://img.shields.io/github/license/XYOracleNetwork/plugins
[license-link]: https://github.com/XYOracleNetwork/plugins/blob/main/LICENSE