Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falci/hsd-graphql
https://github.com/falci/hsd-graphql
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/falci/hsd-graphql
- Owner: Falci
- License: mit
- Created: 2020-07-08T00:27:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:06:50.000Z (about 2 years ago)
- Last Synced: 2024-10-31T17:45:42.068Z (2 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). |