🎭Profile Picture Protocol
We created the SPP with the following objectives in mind:
Example
import { JsonRpcProvider } from '@mysten/sui.js';
import { getProfilePicture } from 'sui-pfp';
const client = new JsonRpcProvider('https://fullnode.devnet.sui.io/');
const walletAddress = '0x28ed183435ad975c845871b8b1f72c16f1fd805c';
const { isAvailable, url } = await getProfilePicture(client, walletAddress);Last updated