Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

CityOfZion/neo-gql

Repository files navigation

neo-gql

A GraphQL Blockchain Explorer for NEO.

What is this?

  • A GraphQL API for exploring the NEO blockchain.
  • Retrieve blocks, transactions, account balances, etc.
  • Also includes a partial implementation of the neon-wallet-db API

Setup

git clone https://github.com/CityOfZion/neo-gql.git
cd neo-gql
./bin/setup
./bin/rails server

Use the environment variable NEO_NET, set to either main or test, to choose which blockchain to sync. The default, if unset, is test.

Private Blockchain

Set the NEO_NET environment variable to a comma separate list of nodes, e.g.:

NEO_NET=http://localhost:10333,http://localhost:10334,http://localhost:10334,http://localhost:10336

Help

  • Open a new issue if you encountered a problem.
  • Or ping @ambethia on the NEO Slack.
  • Submitting PRs to the project is always welcome! 🎉

License

Releases

No releases published

Packages

No packages published