Skip to content

multiversx/mx-dex-screener-adapter-service

Repository files navigation

MultiversX DEX Screener Adapter Service

Quick start

  1. Run npm install in the project directory
  2. Create .env.mainnet or .env.custom based on the .env.example file

Dependencies

  • Redis Server is required to be installed docs.

You can run docker-compose up in a separate terminal to use a local Docker container for all these dependencies.

After running the sample, you can stop the Docker container with docker-compose down

Available Scripts

This is a MultiversX project built on Nest.js framework.

npm run start:api:mainnet

​ Runs the app in the production mode. Make requests to http://localhost:3000/dex-screener-adapter.

Redis Server is required to be installed.

Running the api

# development debug mode on mainnet
$ npm run start:api:mainnet

# development debug mode on a custom network
$ npm run start:api:custom

Running the offline-jobs

# development debug mode on mainnet
$ start:offline-jobs:mainnet

# development debug mode on a custom network
$ start:offline-jobs:custom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •