Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
/ libra-web-tools Public archive

A collection of web tooling for the Libra network.

License

Notifications You must be signed in to change notification settings

Shopify/libra-web-tools

Repository files navigation

libra-web-tools

License: MIT Build Status codecov Greenkeeper badge lerna

A collection of web tooling for the Libra network.

These libraries compose together to help you create performant modern JS apps that you love to develop and test. These packages are developed primarily to be used on top of the stack we like best for our JS apps; Typescript for the flavor, React for UI, Apollo for data fetching, and Jest for tests. That said, you can mix and match as you like.

Some of these tools can be seen in action at the Libra GraphQL Playground

Usage

The libra-web-tools repo is managed as a monorepo that is composed of many npm packages. Each package has its own README and documentation describing usage.

Quickstart

Using dev we can simply run dev up && dev s to get up and running, the GraphQL Playground will be available at http://localhost:8000/graphql

Without dev we can instead run yarn && yarn start to get up and running.

Package Index

package
libra-rpc-graphql directory npm version
libra-rpc-graphql-server directory npm version
libra-web-wallet-utils directory npm version

Want to contribute?

Check out our Contributing Guide

Questions?

For Shopifolk, you can reach out to us in Slack in the #libra-web channel. For external inquiries, we welcome bug reports, enhancements, and feature requests via Github issues.

License

MIT © Shopify, see LICENSE.md for details.

Shopify