Dopex SDK


License
Unlicense
Install
npm install @dopex-io/sdk@1.0.0-alpha.97

Documentation

Dopex SDK

npm version

Getting Started

Installation

Via npm:

npm i @dopex-io/sdk

Via yarn:

yarn add @dopex-io/sdk

Note: You need ethers to use the sdk. Install it the following way:

Via npm:

npm i ethers

Via yarn:

yarn add ethers

Development

Please have these installed on your machine:

Install dependencies:

yarn

To make the production build, run:

yarn build