Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 605 Bytes

File metadata and controls

21 lines (12 loc) · 605 Bytes

Install MetaMask Embedded Wallet SDK

Add the MetaMask Web3Auth iOS SDK to your project

  1. In Xcode, open your project and select File > Add Packages.

  2. When prompted, add the Web3Auth iOS SDK repository:

    https://github.com/Web3Auth/web3auth-swift-sdk
  3. For Dependency Rule, select Exact Version, then enter the latest version.

Xcode automatically resolves and downloads the dependencies in the background.

:::tip SDK Reference

See installing Web3Auth.

:::