wallet-alert

所属分类:区块链开发
开发工具:GO
文件大小:53KB
下载次数:0
上传日期:2021-12-11 09:36:33
上 传 者sh-1993
说明:  钱包警报,(WIP)当您的钱包地址发生交易时,会收到通知(通过电子邮件)。支持的货币有比特币、以太坊、美元...
((WIP)Get notified(via email) when a transaction occurs in your wallet address. Supported currencies are BTC, ETH, DOGE, DASH, LTC)

文件列表:
.env.example (138, 2021-12-11)
.vscode (0, 2021-12-11)
.vscode\settings.json (39, 2021-12-11)
LICENSE (1071, 2021-12-11)
Makefile (130, 2021-12-11)
blockcypher (0, 2021-12-11)
blockcypher\blockcypher.go (3540, 2021-12-11)
blockcypher\blockcypher_test.go (1475, 2021-12-11)
config (0, 2021-12-11)
config\config.go (391, 2021-12-11)
currencies (0, 2021-12-11)
currencies\currencies.go (2470, 2021-12-11)
currencies\currencies_test.go (701, 2021-12-11)
customerrors (0, 2021-12-11)
customerrors\customerror.go (405, 2021-12-11)
database (0, 2021-12-11)
database\database.go (529, 2021-12-11)
go.mod (2007, 2021-12-11)
go.sum (30572, 2021-12-11)
gqlgen.yml (1701, 2021-12-11)
graph (0, 2021-12-11)
graph\generated (0, 2021-12-11)
graph\generated\generated.go (106161, 2021-12-11)
graph\model (0, 2021-12-11)
graph\model\models_gen.go (2307, 2021-12-11)
graph\resolver.go (233, 2021-12-11)
graph\schema.graphqls (1188, 2021-12-11)
graph\schema.resolvers.go (1932, 2021-12-11)
handlers (0, 2021-12-11)
handlers\address.go (1002, 2021-12-11)
handlers\currencies.go (490, 2021-12-11)
handlers\subscribe.go (2698, 2021-12-11)
handlers\webhook.go (1075, 2021-12-11)
jobs (0, 2021-12-11)
... ...

[![Go](https://github.com/oluwakeye-john/wallet-alert/actions/workflows/go.yml/badge.svg)](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 ![image](https://user-images.githubusercontent.com/43508135/14565***69-d175992c-569d-45d0-8668-b73def058ed5.png) ## 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 ```

近期下载者

相关文件


收藏者