Beerus

Magician-Scanning - A toolkit developed in Java for scanning blockchains

by
Magician-Scanning is a toolkit developed in Java for scanning blockchains, which can be used to monitor transactions according to the needs of developers, and it plans to support three chains, ETH (BSC, POLYGON, etc.), SOL and TRON

Add a comment

Replies

Best
Beerus
Maker
Magician-Scanning is a toolkit for scanning blockchains developed in Java, which can come in handy when we need some functionality in our programs, for example. When an address receives ETH, a method in the program is automatically triggered and this transaction is passed into the method. When a function of a contract is called (like ERC20 transfer), it automatically triggers a method in the program and passes this transaction to this method. It can even be triggered only when tokens are transferred to a specified address. This toolkit can also be used when a program needs to keep a record of all transactions since the beginning of a block height. It is planned to support three chains, ETH (BSC, POLYGON, etc.), SOL and TRON