Skip to content

DEX8 SDK is software development kit for DEX8.com platform.

License

Notifications You must be signed in to change notification settings

smikodanic/dex8-sdk

Repository files navigation

DEX8 SDK

DEX8 SDK is a library which helps developers to create DEX8 crawler, scraper tasks or automated serverless scripts.

Documentation

Documentation is available at https://www.dex8.com/learn/dex8-sdk .

Environments

Defined in config.js file.

# API http://localhost:8001
export NODE_ENV=development

# API http://api-stage.dex8.com
export NODE_ENV=stage

# API http://api.dex8.com
export NODE_ENV=
or
export NODE_ENV=production

Licence

Copyright (c) 2020 Saša Mikodanić (Cloud jdoo) licensed under AGPL-3.0 .

Releases

No releases published

Packages

No packages published