https://github.com/falci/hsd-graphql
https://github.com/falci/hsd-graphql
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/falci/hsd-graphql
- Owner: Falci
- License: mit
- Created: 2020-07-08T00:27:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:06:50.000Z (over 2 years ago)
- Last Synced: 2025-02-10T14:04:10.319Z (5 months ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphql Plugin for HSD
This is a graphql plugin for [Handshake Daemon](https://github.com/handshake-org/hsd).
This is just a proof of concept. Only `block(height)` method is currently implemented.
Let me know if you think this project deserves more attention.## Usage:
In your HSD directory:
```bash
npm i hsd-graphql
```Then, reload HSD with the plugins flag:
```bash
./bin/hsd --plugins hsd-graphql
```## Options
The following flags are allowed:
| Params | Default value | Description |
| -------------------- | ------------- | ------------------------- |
| --graphql-port | 4000 | GraphQL Server's port. |
| --graphql-playground | false | Enable the GraphiQL (UI). |