ethdex.js ships as both a UMD module and a CommonJS package.
Install
npm install ethdex.js --save
Import
import {EthDex} from 'ethdex.js';
Install
Download the UMD module from our releases page and add it to your project.
Import
<script type="text/javascript" src="ethdex.js"></script>
TODO