- Run
npm install
in the project directory - Create
.env.mainnet
or.env.custom
based on the.env.example
file
- 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
This is a MultiversX project built on Nest.js framework.
Runs the app in the production mode. Make requests to http://localhost:3000/dex-screener-adapter.
Redis Server is required to be installed.
# development debug mode on mainnet
$ npm run start:api:mainnet
# development debug mode on a custom network
$ npm run start:api:custom
# development debug mode on mainnet
$ start:offline-jobs:mainnet
# development debug mode on a custom network
$ start:offline-jobs:custom