https://github.com/tangle-network/webb-graphql
https://github.com/tangle-network/webb-graphql
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tangle-network/webb-graphql
- Owner: tangle-network
- License: apache-2.0
- Created: 2022-07-08T23:03:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T15:29:00.000Z (over 1 year ago)
- Last Synced: 2024-10-10T05:29:30.616Z (over 1 year ago)
- Language: TypeScript
- Size: 2.53 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
webb-graphql
A collection of GraphQL queries and clients for Webb's protocols.
Table of Contents
Table of Contents
Getting Started
Webb-GraphQL contains packages for GraphQL queries and clients for our various applications and infrastructures. Namely GraphQL queries/client for Tangle MPC pallets and Webb's VAnchor private bridge application.
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm.
Installation
To install Webb-GraphQL packages:
```bash
yarn install
```
Usage
To use Webb-GraphQL, refer to the README.md of the package you are interested in.
Contributing
Interested in contributing to Webb-GraphQL? We appreciate your interest! We are always appreciative for contributions from the open-source community!
If you have a contribution in mind, please check out our [Contribution Guide](./.github/CONTRIBUTING.md) for information on how to do so. We are excited for your first contribution!
License
Licensed under GNU General Public License v3.0.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the GNU General Public License v3.0 license, shall be licensed as above, without any additional terms or conditions.