Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ericlewis966/web3-blockscanner
- Owner: ericlewis966
- Created: 2022-07-20T12:58:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T14:59:36.000Z (about 2 years ago)
- Last Synced: 2023-07-19T03:08:48.752Z (over 1 year ago)
- Topics: blockchain, dapp, erc721, ethereum, ethersjs, nft, solidity, web3
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- 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
```