Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ericlewis966/web3-blockscanner

web3-blockscanner scans all blocks and their transactions to find the specific transaction that created ERC721 NFT smart contract
https://github.com/ericlewis966/web3-blockscanner

blockchain dapp erc721 ethereum ethersjs nft solidity web3

Last synced: about 6 hours ago
JSON representation

web3-blockscanner scans all blocks and their transactions to find the specific transaction that created ERC721 NFT smart contract

Awesome Lists containing this project

README

        

# web3-blockscanner
## Node.js 16.16.0 && npm 6.14.14
### Scan blocks and their all transactions on Ethereum network to find ERC721 Smart Contract creation transaction and contract addresses.

```
npm install
```

```
npm start //node index.js
```

recoded.gif