πŸ§‘β€πŸ’» Wallet Home

Wallet Home allows users to interact with Face Wallet like the standalone wallet(ex. Metamask), to manage a wallet or send assets in the wallet.

home()

This method allows an user to open the Wallet Home webview of the Face Wallet within your DApp. The user can view or copy their wallet address, check the assets of the wallet, and send or deposit assets in Wallet Home.

Wallet Home is configured to the blockchain network which the DApp has selected when initializing Face Wallet SDK.

import { Face } from '@haechi-labs/face-react-native-sdk';
import { Network } from '@haechi-labs/face-types';

const face = new Face({
  network: Network.GOERLI, 
  apiKey: 'YOUR_DAPP_API_KEY',
  scheme: 'CUSTOM_SCHEME'
});

await face.wallet.home();

Currently, we support to transfer Coin/Token(FT) and NFT through Wallet Home in Ethereum and Polygon networks, and support to transfer only Coin/Token (FT) in BNB Smart Chain, Klaytn, and Bora Network.

BlockchainIs it support Wallet Home?Features which Wallet Home supports
Ethereum, Polygon, MEVerseOCoin/Token(FT), NFT
BNB Smart Chain, Klaytn, BORAOCoin/Token(FT)
Solana, NEARXX