Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandergw/graphql-geth-testing
Ethereum bot testing project for the Geth GraphQL interface. Such as free mint NFT monitoring
https://github.com/alexandergw/graphql-geth-testing
erc-721 ethereum-blockchain ethersjs graphql
Last synced: 7 days ago
JSON representation
Ethereum bot testing project for the Geth GraphQL interface. Such as free mint NFT monitoring
- Host: GitHub
- URL: https://github.com/alexandergw/graphql-geth-testing
- Owner: AlexanderGW
- License: mit
- Created: 2022-06-30T12:49:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T17:48:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T03:10:32.056Z (9 months ago)
- Topics: erc-721, ethereum-blockchain, ethersjs, graphql
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geth node GraphQL testing
Playing around with simple pattern matching concepts via the Geth GraphQL interface, for possible future Ethereum bots.## scanERC721FreeMint.js
Scans latest block for transactions which match basic `Transfer` event, and other ERC-721 patterns within logs## trendingNFTFreeMint.js
Watches blocks consecutively (every `INTERVAL_CHECK_MILLISECONDS`) for transactions which match various transfer events, and other ERC-721 and ERC-1155 patterns within transaction logs.
Will post to Discord endpoint (every `INTERVAL_PROCESS_MILLISECONDS`) assuming the contract hasn't been previously witnessed.### TODO
Announce based on transaction trend changes every `INTERVAL_PROCESS_MILLISECONDS`