0.0.2 • Published 5 years ago
hsd-graphql v0.0.2
Graphql Plugin for HSD
This is a graphql plugin for Handshake Daemon.
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:
npm i hsd-graphqlThen, reload HSD with the plugins flag:
./bin/hsd --plugins hsd-graphqlOptions
The following flags are allowed:
| Params | Default value | Description |
|---|---|---|
| --graphql-port | 4000 | GraphQL Server's port. |
| --graphql-playground | false | Enable the GraphiQL (UI). |