Wallet API
Initializing
// web3Api.ts
import naxios from '@wpdas/naxios'
const naxiosInstance = new naxios({
contractId: "hello.near-examples.near",
network: 'mainnet', // or testnet, localnet
})
/**
* NEAR Wallet API (Must be a single instance)
*/
export const walletApi = naxiosInstance.walletApi()API Reference
Opening the Sign-in Wallet Selector Modal

Customizing the Wallets Options for NEAR Wallet Selector
Last updated