@dopex-io/sdk
v1.0.0-beta.62
Published
Dopex SDK
Readme
Dopex SDK
Getting Started
Installation
Via npm:
npm i @dopex-io/sdkVia yarn:
yarn add @dopex-io/sdkNote: You need ethers to use the sdk. Install it the following way:
Via npm:
npm i ethersVia yarn:
yarn add ethersDevelopment
Please have these installed on your machine:
Install dependencies:
yarnTo make the production build, run:
yarn build