Skip to content

A NestJS server that checks if an Ethereum wallet has a new transaction and sends a notification into discord through a webhook

Notifications You must be signed in to change notification settings

rarepepi/eth-wallet-discord-tracker

Repository files navigation

Logo

A server application that invokes a Discord webhook whenever a new transaction is recorded on a particular wallet address. This is built with NestJS

Description

Nest

Installation

  • 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

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

This project is MIT licensed.

About

A NestJS server that checks if an Ethereum wallet has a new transaction and sends a notification into discord through a webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published