Installation and Integration

To install and integrate the mini-app SDK, follow these steps:

  1. Add the remote Maven repository:
maven {  
 url = uri("https://raw.githubusercontent.com/web3user1/OpenWeb3-Android/main/aar/1.0.3")  
}
  1. Include io.openweb3:core and io.openweb3:bridge dependencies:
implementation("io.openweb3:bridge:1.0.3")  
implementation("io.openweb3:core:1.0.3")
  1. Rebuild your project to apply the changes.