githubEdit

WaaS SDK

Readme file for WaaS SDK

WaaS SDK for iOS

  • ABC WaaS SDK for iOS


Requirements

  • iOS 13


Installation

Swift Package Manager

Add .package(url:_:) to your Package.swift:

dependencies: [
	.package(url: "https://github.com/ahnlabio/waas-ios-sdk.git",
	.branch("main"))
]

SDK Initialization

You can check the URL, clientId, and clientSecret in the ABC WaaS Console.

[WaaS Admin]

Usage

1. ABC Login

1-1. Send login email

1-2. Login with email code

1-3. Token refresh

2. Sign with WaaS

2-1. EVM Transaction signing

3. Example of using a method not supported by the SDK

This is how to use APIs that exist in WaaS but are not supported by the SDK.

The example below shows how to call eth_estimateGas of EVM.

ABC WaaS (eth_estimateGas)arrow-up-right

Last updated