/wallet-alert

(WIP)Get notified(via email) when a transaction occurs in your wallet address. Supported currencies are BTC, ETH, DOGE, DASH, LTC

Primary LanguageGoMIT LicenseMIT

Go

Wallet Alert

Get notified(via email) when a transaction occurs in your wallet address.

Supported Currencies

  • Bitcoin
  • Ethereum
  • Dogecoin
  • Dash
  • Litecoin
  • Blockcypher(Test)

Integrations

  • BlockCypher
  • Postgres
  • Mailtrap

Screenshots

image

Online Demo

https://wallet-alert.herokuapp.com

Running locally

Clone the repo and download dependencies

git clone https://github.com/oluwakeye-john/wallet-alert.git
cd wallet-alert
go mod tidy

Create a .env file and populate it, using the .env.example file as a reference

touch .env

Start the project

make dev

Running tests

make test