Introduction

Introduction

MetaKeep mobile is a lightweight SDK that does these things:

  1. Get users' wallet
  2. Get consent from users
  3. Get users to sign custom transactions

If you're using MetaKeep's NFT Transfers, Coin Transfers & Invoke Lambda APIs, all you need is a line of code on the client side, that looks something like this for getting user's consent.

sdk.getConsent(consentToken, callback)
sdk.getConsent(consentToken: consentToken,  callback: callback)
await sdk.getConsent(consentToken)

Importing the SDK

Please refer to the Mobile SDK installation guide for more details.

Initializing the SDK

Please refer to the Mobile SDK initialization guide for more details.

© Copyright 2024, Passbird Research Inc.