https://github.com/oluwakeye-john/wallet-alert
(WIP)Get notified(via email) when a transaction occurs in your wallet address. Supported currencies are BTC, ETH, DOGE, DASH, LTC
https://github.com/oluwakeye-john/wallet-alert
blockchain blockcypher golang
Last synced: 5 months ago
JSON representation
(WIP)Get notified(via email) when a transaction occurs in your wallet address. Supported currencies are BTC, ETH, DOGE, DASH, LTC
- Host: GitHub
- URL: https://github.com/oluwakeye-john/wallet-alert
- Owner: oluwakeye-john
- License: mit
- Created: 2021-12-02T19:54:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T09:36:33.000Z (over 4 years ago)
- Last Synced: 2024-06-21T17:05:58.818Z (almost 2 years ago)
- Topics: blockchain, blockcypher, golang
- Language: Go
- Homepage: https://wallet-alert.herokuapp.com
- Size: 466 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/oluwakeye-john/wallet-alert/actions/workflows/go.yml)

# 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

## 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
```