🎭Profile Picture Protocol
APP
Last updated
APP
Last updated
import { AptosClient } from 'aptos';
import { getProfilePicture } from 'aptos-pfp';
const client = new AptosClient('https://fullnode.devnet.aptoslabs.com');
const walletAddress = '0xe4f6a3e6d9735d2c561949090df0a332b648462017d88835e60afed507412e51';
const { isAvailable, url } = await getProfilePicture(client, walletAddress);