A repository containing code showing how to interact with Ethereum network in different languages (using the preferred SDKs for each platform).
This repository mainly uses Sepolia Ethereum Testnet.
The code in this repository mainly focuses on showing the following functions in action.
- Creating a Mnemonic Wallet
- Loading a Mnenonic Wallet Credentials
- Sending Eth transaction from one wallet to the other
- Showing Transaction Details (successfull/failure)
- Showing updated balances.
In Android Web3j library is used.