Create Profile

You can use Bond JS SDK to create a new profile.

// bondHub is an authenticated

const handle = 'yourHandleName';

const profileResult = await bondHub.createProfile({
  handle,
}) 

console.log(`Profile creation transaction is relayed by proxy id: {profileResult.txHash}`)

Last updated