-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam Carpenter
authored and
Adam Carpenter
committed
Jan 3, 2022
1 parent
7b53f54
commit ffdbda9
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Blocknative NFT Watch Example/Boilerplate | ||
|
||
## Usage | ||
|
||
This example uses [Blocknative's SDK](https://github.com/blocknative/sdk) to watch the Ethereum mempool looking for the transaction activating the Dotdotdots(NFT) Smart Contract minting. | ||
`npm install` then `node index.js` | ||
Replace or add an ABI of the desired contract to watch | ||
|
||
## Installation and Startup | ||
|
||
Head to [Blocknative](https://www.blocknative.com) and setup an account to get an API Key - FREE! for up to 1000 events/day | ||
|
||
`npm install` | ||
|
||
`node index.js` | ||
|
||
## Documentation | ||
This plays on the article from Pawel Urbanek - [Hunting for Rare NFTs in the Ethereum Dark Forest](https://pawelurbanek.com/ethereum-mempool-monitoring) | ||
Please checkout all the awesome products from [Blocknative](https://www.blocknative.com) | ||
[Blocknative Docs](https://docs.blocknative.com/) |