Skip to content

Repository demoing how to interact with Ethereum network in different languages.

Notifications You must be signed in to change notification settings

informramiz/EthereumWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Wallet

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.

  1. Creating a Mnemonic Wallet
  2. Loading a Mnenonic Wallet Credentials
  3. Sending Eth transaction from one wallet to the other
  4. Showing Transaction Details (successfull/failure)
  5. Showing updated balances.

Android

In Android Web3j library is used.

Transfer Eth

Transfer Eth

Create New Wallet

Create Wallet

Import Wallet

Import Wallet

Java

java

About

Repository demoing how to interact with Ethereum network in different languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages