Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 408 Bytes

File metadata and controls

11 lines (7 loc) · 408 Bytes

Make blockchain calls

With the Web3Auth iOS/Swift SDK, you can derive the user's private key in memory for the current session. Use that key for any blockchain using their corresponding library in the Swift/iOS environment.

:::info Connect any Blockchain

Refer to the blockchain documentation to learn more about making calls on any supported blockchain.

:::