Skip to content
forked from graphql/graphiql

GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

Notifications You must be signed in to change notification settings

peeranha/suiql-ui

 
 

Repository files navigation

SuiQL

Accelerate your decentralized application development 
with our seamless Sui indexing GraphQL API. 

Data is stored in an object-based chain model with horizontal scaling. SuiQL makes querying the Sui blockchain fast and cost-effective.

suiql (1)

Getting Started

  1. First, you will need the latest git, yarn 1.16, & node 12 or greater. macOS, Windows and Linux should all be supported as build environments.

Note: None of the commands below will work with npm. Please use yarn in this repo.

  1. Install or Update all dependencies

    yarn
  2. Build all interdependencies so the project you are working on can resolve other packages

    First you'll need —

    yarn run build

    — or —

    yarn run build:watch
  3. Start SuiQL

    yarn run start-graphiql
  4. Open in browser

    https://localhost:8080/dev.html

Community

  • Discord - Join Peeranha Discord Server
  • Twitter - @Sui_QL
  • GitHub - Create feature requests, discussions issues and bugs above

About

GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.8%
  • CSS 5.6%
  • JavaScript 4.8%
  • Other 0.8%