EthereumBalance is a Java utility that fetches real-time Ethereum wallet balances using the Web3j library and Infura API. It provides a simple `getBalance()` method that returns wallet balances in Ether (ETH) as BigDecimal objects, making it easy to integrate Ethereum balance checking functionality into Java applications. This project is designed for Java developers building blockchain-related applications who need to query Ethereum wallet balances programmatically.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
EthereumBalance is a Java class for fetching real-time Ethereum wallet balances using the Web3j library and Infura API. Simply provide a wallet address, and getBalance() returns the balance in Ether (ETH), facilitating easy integration into Java applications.