Skip to content

This is a library for Android to call data from Node on Ethereum Chain or Solana Chain

Notifications You must be signed in to change notification settings

tonny0831/android_web3

Repository files navigation

Web3Ktx

This is a library for Android to call data from Node on Ethereum Chain or Solana Chain

Chain Support:

Function support:

Function And Link Code Example Support EVM Support Solana
Allowance [Example] Code Handle
Balance [Example] Code Handle Code Handle
Balance-Multi [Example] Code Handle
BalanceNative [Example] Code Handle Code Handle
Bonus-Approve (L1 Fee In Optimism) [Example] L1 Fee
Bonus-Sign (L1 Fee In Optimism) [Example] L1 Fee
Bonus-Transfer (L1 Fee In Optimism And TokenAccount In Solana) [Example] L1 Fee Create Token Account Fee
Decimal [Example] Code Handle Code Handle
Decimal-Multi [Example] Code Handle
GasLimit-Approve [Example] Code Handle
GasLimit-Sign [Example] Code Handle
GasLimit-Transfer [Example] Code Handle
GasPrice [Example] Code Handle
MineNonce [Example] Code Handle
PriorityFee [Example] Code Handle
Transaction-Status [Example] Code Handle Code Handle
Transaction-Approve [Example] Code Handle
Transaction-Send [Example] Code Handle
Transaction-Sign [Example] Code Handle
Transaction-Transfer [Example] Code Handle

Functions will be added over time, if you need to add any more please create us "issues"

Architecture

Import

allprojects {
   repositories {
	...
	maven { url 'https://jitpack.io' }
   }
}
    
    
dependencies {
   ...
   implementation 'com.github.hoanganhtuan95ptit:web3-ktx:$last-release'
}

Libary:

  • Web3j
  • Retrofit
  • Jackson