@shopify/libra-rpc-graphql

GraphQL utilities for creating an Apollo link that connects to the Libra network via the JSON-RPC API.

Usage no npm install needed!

<script type="module">
  import shopifyLibraRpcGraphql from 'https://cdn.skypack.dev/@shopify/libra-rpc-graphql';
</script>

README

@shopify/libra-rpc-graphql

Build Status License: MIT npm version

GraphQL utilities for connecting to the Libra network via the JSON-RPC API. Try out this package with the Libra GraphQL Playground.

Installation

$ yarn add @shopify/libra-rpc-graphql

Development

Running yarn start will start a dev server that runs the GraphQL Playground app

Usage

Running yarn server will run the GraphQL Playground server

Notes

submitTransaction is not currently functional.