dopex-io-sdk

Dopex SDK Client

Usage no npm install needed!

<script type="module">
  import dopexIoSdk from 'https://cdn.skypack.dev/dopex-io-sdk';
</script>

README

Dopex SDK Client

Getting Started

Requirements

Please have these installed on your machine:

Install dependencies:

yarn

To run the build in watch mode (while developing), run:

yarn start

To make the production build, run:

yarn build

To run tests:

yarn test

To lint the project:

yarn lint