0.0.5 • Published 1 year ago

zeroxbob v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

zeroxbob

Get notified about contract activity by email

Installation and setup

yarn add zeroxbob

Set your email address as an environment variable. In .env add

EMAIL_ADDRESS=my_email@gmail.com

Usage

const zeroxbob = require("zeroxbob");

zeroxbob.registerContract('0xd73d7042f67d2081bf3e709934c48422542ebe4a', 5)
// 5 is the network id of Goerli. It can be hardcoded. While zeroxbob is in beta, it only supports the Goerli testnet.

Check your email account for an email from zeroxbob.com and confirm your account. Your contract is now being monitored for events and you will receive an email if your contract emits an event or registers a transaction.

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago