1.0.0 • Published 5 years ago

@risqprotocol/risqgql v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

RisqGQL

A convenient GraphQL interface to the Risq protocol Ethereum smart contracts.

Build status Package version License

Installation

This project is published as an npm package. You can install it through npm or yarn.

# Using yarn
yarn add @risqprotocol/risqgql

# Using npm
npm install @risqprotocol/risqgql

Development

Before you can start developing, you'll need to have Node.js and Yarn installed.

Installing only takes two commands and you're ready to roll:

# Install all project dependencies.
yarn install

You are now ready to start development. Check out the package.json scripts for useful commands for testing, test coverage, building and watch mode.

Testing

The tests contained in this repository use an in-memory ganache test chain.

In order to execute the tests, simply run:

yarn test

Contributing

Third party contributions to this project are welcome and encouraged. If you want to contribute, please open an issue before submtting a pull requests so we can discuss the proposed changes and/or additions.