0.0.2 • Published 4 years ago

hsd-graphql v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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-graphql

Then, reload HSD with the plugins flag:

./bin/hsd --plugins hsd-graphql

Options

The following flags are allowed:

ParamsDefault valueDescription
--graphql-port4000GraphQL Server's port.
--graphql-playgroundfalseEnable the GraphiQL (UI).