Integrate the Edge Agent SDK
Integrate the Edge Agent SDK into your application
Get Started
Integrate the iOS SDK
pod 'SudoDIEdgeAgent'pod install --repo-updateIntegrate the Android SDK
dependencies {
implementation 'com.sudoplatform:sudodiedgeagent:$latest_version'
// required transitive dep of Edge Agent SDK
implementation("net.java.dev.jna:jna:5.14.0@aar")
}Last updated