Getting Started
Installation
pod 'BloctoSDK/EVMBase'pod installUsage
Initialize Blocto SDK
BloctoSDK.shared.initialize(
with: "YOUR_APP_ID", // required
window: yourWindow, // required PresentationContextProvider of web SDK authentication.
logging: true, // optional (default is true)
environment: .dev // optional (default is prod)
)UIApplicationDelegate delegate method implementation
Last updated
Was this helpful?