@0x/mesh-graphql-client

A client for the Mesh GraphQL API.

Usage no npm install needed!

<script type="module">
  import 0xMeshGraphqlClient from 'https://cdn.skypack.dev/@0x/mesh-graphql-client';
</script>

README

@0x/mesh-graphql-client

A client for the Mesh GraphQL API.

Installation

yarn add @0x/mesh-graphql-client

If your project is in TypeScript, add the following to your tsconfig.json:

"compilerOptions": {
    "typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"],
}

Contributing

If you would like to contribute bug fixes or new features to the client, checkout the 0xproject/0x-mesh project and use the below commands to install the dependencies, build, lint and test your changes.

Install dependencies

yarn install

Build

yarn build

Clean

yarn clean

Lint

yarn lint

Run Tests

yarn test