A server application that invokes a Discord webhook whenever a new transaction is recorded on a particular wallet address. This is built with NestJS
- First you must create a .env file in order to use the Etherscan and Discord APIs. You can find an example in examples/example.env just rename the file to .env and fill in the blanks.
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
This project is MIT licensed.