Description
Nest framework TypeScript starter repository.
Installation
$ yarn install
create .env (see: .env.example)
PORT=3000
CONFIG_APP_URL=https://app.deuro.com
CONFIG_INDEXER_URL=https://ponder.deuro.com
CONFIG_CHAIN=mainnet
RPC_URL_MAINNET=https://eth-mainnet.g.alchemy.com/v2/[API-KEY]
RPC_URL_POLYGON=https://polygon-mainnet.g.alchemy.com/v2/[API-KEY]
COINGECKO_API_KEY=[API-KEY]
TELEGRAM_BOT_TOKEN=[API-KEY]
TELEGRAM_GROUPS_JSON=telegram.groups.json
TELEGRAM_IMAGES_DIR=./images
Running the app
$ yarn run start
$ yarn run start:dev
$ yarn run start:prod
$ npm publish --access public
License
Nest is MIT licensed.
This repo is MIT licensed.