Skip to main content

Getting Started

Installation#

You can easily install and start using dclist.net nodejs sdk. Sdk is available on npm and yarn.

You copy-paste following commands to install :

npm i --save @dclist/sdk graphql

OR

yarn add @dclist/sdk graphql

Typescript Support#

We support typescript. All of our code is strongly-typed. Sdk itself is written in typescript.

This package is open sourced. You can take a look at its code if you want. Here is its GitHub Page.