https://github.com/formysister/web3-blockscanner
@web3-blockscanner scans all blocks and their transactions to find the specific transaction that created ERC721 NFT smart contract
https://github.com/formysister/web3-blockscanner
blockchain ethers nft smart-contract transaction-scan web3
Last synced: 10 months ago
JSON representation
@web3-blockscanner scans all blocks and their transactions to find the specific transaction that created ERC721 NFT smart contract
- Host: GitHub
- URL: https://github.com/formysister/web3-blockscanner
- Owner: formysister
- Created: 2023-09-03T18:47:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T18:49:24.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T16:47:36.900Z (about 2 years ago)
- Topics: blockchain, ethers, nft, smart-contract, transaction-scan, web3
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```